diff options
Diffstat (limited to 'clang/test/CodeGen/2007-05-07-PaddingElements.c')
-rw-r--r-- | clang/test/CodeGen/2007-05-07-PaddingElements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-05-07-PaddingElements.c b/clang/test/CodeGen/2007-05-07-PaddingElements.c index 574a37760a3..2295176396f 100644 --- a/clang/test/CodeGen/2007-05-07-PaddingElements.c +++ b/clang/test/CodeGen/2007-05-07-PaddingElements.c @@ -1,5 +1,5 @@ // 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 - | grep struct.s | not grep "4 x i8] zeroinitializer" // RUN: %clang_cc1 %s -emit-llvm -O0 -o - | not grep "i32 0, i32 2" struct s { double d1; |