summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-16 18:19:06 +0000
committerZachary Turner <zturner@google.com>2015-09-16 18:19:06 +0000
commitb33bac9a7001a44047b21a67acbfcabd6c3741b2 (patch)
tree015d6bb53d16b0c636a917698218b675583e7e5f
parentd9dbae599da79ae3d5ae1bc9f65b6a6109e15e36 (diff)
downloadbcm5719-llvm-b33bac9a7001a44047b21a67acbfcabd6c3741b2.tar.gz
bcm5719-llvm-b33bac9a7001a44047b21a67acbfcabd6c3741b2.zip
Remove XFAIL from TestCppNsImport.
This test seems to be working now, probably due to r244764. llvm-svn: 247830
-rw-r--r--lldb/test/lang/cpp/nsimport/TestCppNsImport.py2
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++."""
OpenPOWER on IntegriCloud