diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-09-16 23:36:41 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-09-16 23:36:41 +0000 |
commit | 88be1ac06224e2a33569534f2eebcfb891016b9e (patch) | |
tree | dc87c165de027685a2b9fc886ce8f4d14549a0cb | |
parent | d1aa0681d7003d8588d51b96f8fbceb810893119 (diff) | |
download | bcm5719-llvm-88be1ac06224e2a33569534f2eebcfb891016b9e.tar.gz bcm5719-llvm-88be1ac06224e2a33569534f2eebcfb891016b9e.zip |
XFAIL TestCppNsImport for gcc-4.9 inclusive.
llvm-svn: 247863
-rw-r--r-- | lldb/test/lang/cpp/nsimport/TestCppNsImport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py index 2da4f712510..64a1b103451 100644 --- a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py @@ -17,7 +17,7 @@ class TestCppNsImport(TestBase): self.check() @dwarf_test - @expectedFailureGcc(None, ['>', '4.9.0']) + @expectedFailureGcc(None, ['>=', '4.9']) def test_with_dwarf_and_run_command(self): """Tests imported namespaces in C++.""" self.buildDwarf() |