forked from OSchip/llvm-project
XFAIL TestCppNsImport for gcc-4.9 inclusive.
llvm-svn: 247863
This commit is contained in:
parent
d1aa0681d7
commit
88be1ac062
|
@ -17,7 +17,7 @@ class TestCppNsImport(TestBase):
|
||||||
self.check()
|
self.check()
|
||||||
|
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
@expectedFailureGcc(None, ['>', '4.9.0'])
|
@expectedFailureGcc(None, ['>=', '4.9'])
|
||||||
def test_with_dwarf_and_run_command(self):
|
def test_with_dwarf_and_run_command(self):
|
||||||
"""Tests imported namespaces in C++."""
|
"""Tests imported namespaces in C++."""
|
||||||
self.buildDwarf()
|
self.buildDwarf()
|
||||||
|
|
Loading…
Reference in New Issue