forked from OSchip/llvm-project
parent
65d463bdd7
commit
4e3bd78a80
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue