Make this pass for CYGWIN.
[oota-llvm.git] / test / CFrontend / 2007-04-13-InlineAsmStruct2.c
index 8639b763a35bb6f4eaf9e01e71d907bcca60256e..e4870e75be2f8bf9cfe0af7245fd5c80cf963b38 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | grep 'call void asm'
+// RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call void asm}
 
 struct V { short X, Y; };
 int bar() {