move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2007-05-07-PaddingElements.c
index c0a65f054acc239e236c09e86ff6ace06a1fc2dd..1e4f4d0a75123c4ea6e3d339293fc03a4ad72f9e 100644 (file)
@@ -1,6 +1,6 @@
 // PR 1278
-// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | not grep "4 x i8] zeroinitializer"
-// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | not grep "i32 0, i32 2"
+// RUN: %llvmgcc %s -S -O0 -o - | grep {struct.s} | not grep "4 x i8] zeroinitializer"
+// RUN: %llvmgcc %s -S -O0 -o - | not grep "i32 0, i32 2"
 struct s {
   double d1;
   int s1;