[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:
Jonas Devlieghere 2018-05-08 13:28:34 +00:00
parent 1215251151
commit e6effb199c
1 changed files with 0 additions and 1 deletions

View File

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