summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitfield-assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/bitfield-assign.c')
-rw-r--r--clang/test/CodeGen/bitfield-assign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/bitfield-assign.c b/clang/test/CodeGen/bitfield-assign.c
index b8ab61339cf..058f5ed63d3 100644
--- a/clang/test/CodeGen/bitfield-assign.c
+++ b/clang/test/CodeGen/bitfield-assign.c
@@ -10,8 +10,8 @@
// Check that we got the right value.
// RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o %t %s
-// RUN: grep 'load ' %t | count 0
-// RUN: grep "@g0" %t | count 0
+// RUN: not grep 'load ' %t
+// RUN: not grep "@g0" %t
struct s0 {
int f0 : 2;
OpenPOWER on IntegriCloud