diff options
author | Ed Maste <emaste@freebsd.org> | 2015-09-23 18:23:38 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-09-23 18:23:38 +0000 |
commit | 9b597c7a1e4bcff78dc12fbea625cfdaf5fe755d (patch) | |
tree | 4bdd9b02d617e552109a53e5cabb6f72cdecc09c /lldb/test/lang/cpp | |
parent | 00719f5decd1c7077561a69683cbb3f575e3b64e (diff) | |
download | bcm5719-llvm-9b597c7a1e4bcff78dc12fbea625cfdaf5fe755d.tar.gz bcm5719-llvm-9b597c7a1e4bcff78dc12fbea625cfdaf5fe755d.zip |
Remove expectedFailureFreeBSD from passing test
ClassTypesTestCase::test_with_dwarf_and_constructor_name
llvm.org/pr14540
llvm-svn: 248411
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() |