diff options
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r-- | lldb/test/lang/cpp/class_types/TestClassTypes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/class_types/TestClassTypes.py b/lldb/test/lang/cpp/class_types/TestClassTypes.py index 18020cb178c..c0b8a249684 100644 --- a/lldb/test/lang/cpp/class_types/TestClassTypes.py +++ b/lldb/test/lang/cpp/class_types/TestClassTypes.py @@ -71,7 +71,6 @@ class ClassTypesTestCase(TestBase): # rdar://problem/8557478 # test/class_types test failures: runCmd: expr this->m_c_int @dwarf_test - @expectedFailureFreeBSD('llvm.org/pr14540') def test_with_dwarf_and_constructor_name (self): """Test 'frame variable this' and 'expr this' when stopped inside a constructor.""" self.buildDwarf() |