From bf8f8073dc26529760440d3ce4a610f16ec4c23c Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Tue, 9 Feb 2016 10:10:42 +0000 Subject: [PATCH] Fix a typo in an xfail decorator in TestExprsChar llvm-svn: 260216 --- .../Python/lldbsuite/test/expression_command/char/TestExprsChar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 efc4913..592f55d 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'}) -- 2.7.4