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