Remove expectedFailureFreeBSD from passing test

ExprCommandCallUserDefinedFunction::test_with_dwarf

llvm.org/pr21142

llvm-svn: 247800
This commit is contained in:
Ed Maste 2015-09-16 13:59:16 +00:00
parent d8ac5b41fc
commit e84f409453
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class InlinedBreakpointsTestCase(TestBase):
self.buildDsym()
self.inlined_breakpoints()
@expectedFailureFreeBSD("llvm.org/pr21142")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test 'b basic_types.cpp:176' does break (where int.cpp includes basic_type.cpp)."""