Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2007-04-13-InlineAsmUnion2.c
index 76bd7841a381e226a4a499339868bc1e3ceda40d..284654d223c04d0bf983de7a03168931a0c1ec83 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}
 
 union U { int x; char* p; };
 void foo() {