diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py index 5257ad23288..97e9e27a6e9 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py @@ -9,6 +9,7 @@ class TestCppNsImport(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureFreeBSD("llvm.org/pr25925") @expectedFailureGcc(None, ['>=', '4.9']) def test_with_run_command(self): """Tests imported namespaces in C++.""" |