diff options
-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() |