Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / ConstProp / 2006-12-01-bool-casts.ll
index 3c06693b100df0df8951e5c3ae37be905d894621..71db4211c5d228d211d02b806902cf4010e37cd7 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: opt < %s -constprop -S | \
-; RUN:    grep {ret i32 -1}
+; RUN:    grep "ret i32 -1"
 ; RUN: opt < %s -constprop -S | \
-; RUN:    grep {ret i32 1}
+; RUN:    grep "ret i32 1"
 
 define i32 @test1() {
         %A = sext i1 true to i32                ; <i32> [#uses=1]