diff options
-rw-r--r-- | test/FrontendC/2010-06-28-nowarn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-06-28-nowarn.c b/test/FrontendC/2010-06-28-nowarn.c index b0225c957f..2e7c736b55 100644 --- a/test/FrontendC/2010-06-28-nowarn.c +++ b/test/FrontendC/2010-06-28-nowarn.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -c -m32 -fasm-blocks -o /dev/null // This should not warn about unreferenced label. 7729514. // XFAIL: * -// XTARGET: i386,i686,x86,darwin +// XTARGET: i386*darwin,i686*darwin,x86*darwin void quarterAsm(int array[], int len) { |