XFAIL test for older versions of clang

llvm-svn: 340573
This commit is contained in:
Adrian Prantl 2018-08-23 21:00:37 +00:00
parent 65d463bdd7
commit 4e3bd78a80
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class TestUnicodeSymbols(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureAll(compiler="clang", compiler_version=['<', '7.0'], debug_info="dsym")
@expectedFailureAll(compiler="clang", compiler_version=['<', '7.0'])
def test_union_members(self):
self.build()
spec = lldb.SBModuleSpec()