Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / Transforms / ConstProp / 2006-11-30-vector-cast.ll
index 571e460573f06e1ab01ec91af6ac48c50062240d..4a93144d2d517c864610340df8d40439a47106c4 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -constprop -S | \
-; RUN:   grep {i32 -1}
-; RUN: opt %s -constprop -S | \
+; RUN: opt %s -constprop -S | \
+; RUN:   grep "i32 -1"
+; RUN: opt %s -constprop -S | \
 ; RUN:   not grep zeroinitializer
 
 define <4 x i32> @test() {