From 88be1ac06224e2a33569534f2eebcfb891016b9e Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Wed, 16 Sep 2015 23:36:41 +0000 Subject: [PATCH] XFAIL TestCppNsImport for gcc-4.9 inclusive. llvm-svn: 247863 --- lldb/test/lang/cpp/nsimport/TestCppNsImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py index 2da4f7125107..64a1b1034512 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()