Remove redundant test.
[oota-llvm.git] / test / Transforms / SCCP / apint-array.ll
index 1e75878f3aeb5675063f7e30b4e63ebc65ffec75..888b9e1d22d527ceca1a089e83c774774d8da1fc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -sccp -S | grep {ret i101 12}
+; RUN: opt < %s -sccp -S | grep "ret i101 12"
 
 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,i101 
 -123456789000000, i101 0,i101 9123456789000000]