summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c')
-rw-r--r--llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c b/llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c
index 3d5b1fbe350..ef890bf7cfc 100644
--- a/llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c
+++ b/llvm/test/CFrontend/2007-08-01-LoadStoreAlign.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep -c {align 1} | grep 2
+// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {align 1} | count 2
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | llvm-as | llc
struct p {
OpenPOWER on IntegriCloud