Fix date :)
[oota-llvm.git] / test / CFrontend / 2007-02-25-C-DotDotDot.c
index 541609b7e2c151f9f07eb63fe36025ee02fdabaa..969602200c197ee96fd94a104ba54845dfbb5ea9 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc -O0 -S -o - -emit-llvm -fno-inline -fno-unit-at-a-time %s | grep 'call float @foo'
+// RUN: %llvmgcc -O0 -S -o - -emit-llvm -fno-inline -fno-unit-at-a-time %s | \
+// RUN:   grep {call float @foo}
 
 // Make sure the call to foo is compiled as:
 //  call float @foo()