summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitfield-promote.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/bitfield-promote.c')
-rw-r--r--clang/test/CodeGen/bitfield-promote.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGen/bitfield-promote.c b/clang/test/CodeGen/bitfield-promote.c
index 5894e51626d..19d550f2f86 100644
--- a/clang/test/CodeGen/bitfield-promote.c
+++ b/clang/test/CodeGen/bitfield-promote.c
@@ -1,6 +1,6 @@
-// RUN: clang -O3 -emit-llvm -S -o %t %s &&
-// RUN: grep 'ret i64 4294967292' %t | count 2 &&
-// RUN: grep 'ret i64 -4' %t | count 1 &&
+// RUN: clang -O3 -emit-llvm -S -o %t %s
+// RUN: grep 'ret i64 4294967292' %t | count 2
+// RUN: grep 'ret i64 -4' %t | count 1
// RUN: true
long long f0(void) {
OpenPOWER on IntegriCloud