forked from OSchip/llvm-project
Fix a typo in an xfail decorator in TestExprsChar
llvm-svn: 260216
This commit is contained in:
parent
13b509cd92
commit
bf8f8073dc
|
@ -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'})
|
||||
|
|
Loading…
Reference in New Issue