diff options
author | Tamas Berghammer <tberghammer@google.com> | 2016-02-09 10:10:42 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2016-02-09 10:10:42 +0000 |
commit | bf8f8073dc26529760440d3ce4a610f16ec4c23c (patch) | |
tree | 7f72a5c3a4e01b840d00244a0e2a2af6d6d72f10 /lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py | |
parent | 13b509cd92b3c4c903ab33f69977f6d39574e0d7 (diff) | |
download | bcm5719-llvm-bf8f8073dc26529760440d3ce4a610f16ec4c23c.tar.gz bcm5719-llvm-bf8f8073dc26529760440d3ce4a610f16ec4c23c.zip |
Fix a typo in an xfail decorator in TestExprsChar
llvm-svn: 260216
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py index efc49133f18..592f55d626e 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py @@ -57,7 +57,7 @@ class ExprCharTestCase(TestBase): def test_default_char(self): self.do_test() - @expectedFailureAll(archs=["arm, aarch64"], bugnumber="llvm.org/pr23069") + @expectedFailureAll(archs=["arm", "aarch64"], bugnumber="llvm.org/pr23069") @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765") def test_signed_char(self): self.do_test(dictionary={'CFLAGS_EXTRAS': '-fsigned-char'}) |