diff options
Diffstat (limited to 'test/CodeGen/2007-05-07-PaddingElements.c')
-rw-r--r-- | test/CodeGen/2007-05-07-PaddingElements.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2007-05-07-PaddingElements.c b/test/CodeGen/2007-05-07-PaddingElements.c index 574a377..f8ec248 100644 --- a/test/CodeGen/2007-05-07-PaddingElements.c +++ b/test/CodeGen/2007-05-07-PaddingElements.c @@ -1,6 +1,6 @@ // PR 1278 -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep {struct.s} | not grep "4 x i8] zeroinitializer" -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | not grep "i32 0, i32 2" +// RUN: %clang_cc1 %s -emit-llvm -o - | grep struct.s | not grep "4 x i8] zeroinitializer" +// RUN: %clang_cc1 %s -emit-llvm -o - | not grep "i32 0, i32 2" struct s { double d1; int s1; |