forked from OSchip/llvm-project
[test] Re-enable TestUnicodeSymbols
Re-enable TestUnicodeSymbols now that we use the in-tree dsymutil. This was disabled because the hashing of unicode symbols was out of sync between llvm (dsymutil) and lldb. llvm-svn: 331764
This commit is contained in:
parent
1215251151
commit
e6effb199c
|
@ -9,7 +9,6 @@ class TestUnicodeSymbols(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIf(debug_info=["dsym"])
|
||||
def test_union_members(self):
|
||||
self.build()
|
||||
spec = lldb.SBModuleSpec()
|
||||
|
|
Loading…
Reference in New Issue