summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
diff options
context:
space:
mode:
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.py2
1 files changed, 2 insertions, 0 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 896d4cd8b46..871fb168938 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
@@ -2,12 +2,14 @@
import lldb
from lldbsuite.test.lldbtest import *
import lldbsuite.test.lldbutil as lldbutil
+from lldbsuite.test.decorators import *
class TestUnicodeSymbols(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @skipIf(debug_info=["dsym"])
def test_union_members(self):
self.build()
spec = lldb.SBModuleSpec()
OpenPOWER on IntegriCloud