diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py index 871fb168938..b2c9bbb83c0 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py @@ -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() |