diff options
Diffstat (limited to 'test/CodeGen/bitfield.c')
-rw-r--r-- | test/CodeGen/bitfield.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/bitfield.c b/test/CodeGen/bitfield.c index 02f2de7..9cd79d3 100644 --- a/test/CodeGen/bitfield.c +++ b/test/CodeGen/bitfield.c @@ -1,5 +1,5 @@ -// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o %t -O3 && -// RUN: grep "ret i32" %t | count 4 && +// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o %t -O3 +// RUN: grep "ret i32" %t | count 4 // RUN: grep "ret i32 1" %t | count 4 static int f0(int n) { |