diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-08-23 21:00:37 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-08-23 21:00:37 +0000 |
commit | 4e3bd78a8090f9c46357e637445c83842405c2c9 (patch) | |
tree | a0d5432275025cb420e78f0ba332996c4dadb8b5 /lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py | |
parent | 65d463bdd77af342838cbb0939a62d52c6476d86 (diff) | |
download | bcm5719-llvm-4e3bd78a8090f9c46357e637445c83842405c2c9.tar.gz bcm5719-llvm-4e3bd78a8090f9c46357e637445c83842405c2c9.zip |
XFAIL test for older versions of clang
llvm-svn: 340573
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 | 2 |
1 files changed, 1 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 2024009e471..c6c1f27ed4e 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,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() |