Make this pass for CYGWIN.
[oota-llvm.git] / test / CFrontend / 2006-01-23-FileScopeAsm.c
index 57f79392ed4720cdaaa82018b3cb0ac1278df0ff..fb55a41e87c5cb8cbbfc96e39643a4091e942292 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
-// RUN:    llvm-dis | grep {foo\[12345\]} | wc -l | grep 5
+// RUN:    llvm-dis | grep {foo\[12345\]} | count 5
 
 __asm__ ("foo1");
 __asm__ ("foo2");