summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c')
-rw-r--r--llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c b/llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c
index 6fe09c2e33e..56bdc6ae585 100644
--- a/llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c
+++ b/llvm/test/CFrontend/2007-06-15-AnnotateAttribute.c
@@ -1,5 +1,5 @@
// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep -c llvm.var.annotation | grep 3
+// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3
#include <stdio.h>
OpenPOWER on IntegriCloud