Fix a typo in an xfail decorator in TestExprsChar

llvm-svn: 260216
This commit is contained in:
Tamas Berghammer 2016-02-09 10:10:42 +00:00
parent 13b509cd92
commit bf8f8073dc
1 changed files with 1 additions and 1 deletions

View File

@ -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'})