move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / hidden-visibility.c
index fc2ae444b40438475b4450ce71ed99fe396c1c05..18201d95e7b5fac7b47e78db7423390b155a514b 100644 (file)
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
+// RUN: %llvmgcc %s -S -o - | grep {hidden global}
 
 int X __attribute__ ((__visibility__ ("hidden"))) = 123;