XFAIL TestCppNsImport for gcc-4.9 inclusive.

llvm-svn: 247863
This commit is contained in:
Chaoren Lin 2015-09-16 23:36:41 +00:00
parent d1aa0681d7
commit 88be1ac062
1 changed files with 1 additions and 1 deletions

View File

@ -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()