diff options
| -rw-r--r-- | lldb/test/lang/cpp/nsimport/TestCppNsImport.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py index d96c8cbfd67..986f9d53253 100644 --- a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py @@ -16,8 +16,6 @@ class TestCppNsImport(TestBase): self.buildDsym() self.check() - # This test is expected to fail because DW_TAG_imported_declaration and DW_TAG_imported_module are not parsed in SymbolFileDWARF - @expectedFailureAll @dwarf_test def test_with_dwarf_and_run_command(self): """Tests imported namespaces in C++.""" |

