move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2010-06-28-nowarn.c
index b0225c957f5ef212fa65a7543230f453670a2f62..3db8df10c18919232ec3f5c9cffcfa5d43c485a0 100644 (file)
@@ -1,7 +1,7 @@
-// RUN: %llvmgcc %s -c -m32 -fasm-blocks -o /dev/null
+// RUN: %llvmgcc %s -S -m32 -fasm-blocks -o /dev/null
 // This should not warn about unreferenced label. 7729514.
 // XFAIL: *
-// XTARGET: i386,i686,x86,darwin
+// XTARGET: x86,i386,i686
 
 void quarterAsm(int array[], int len)
 {