Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2006-12-14-ordered_expr.c
index 090b989affc1baa2153c03b1d2cd9ec1d5c73f1b..8ff2eb607210cd264d1ea3a468fa0d4e78b6204d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -O3 -S %s -o - | grep 'fcmp ord float %X, %Y'
+// RUN: %llvmgcc -O3 -S %s -o - | grep {fcmp ord float %X, %Y}
 
 int test2(float X, float Y) {
   return !__builtin_isunordered(X, Y);