[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / vec_insertelt.ll
index eedf882518bf35912e78f6a2c1c04697fbd7ec6a..e35fa5e551fb140fd986a1c1b1ba79af74cb3916 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret <4 x i32> %A}
+; RUN: opt < %s -instcombine -S | grep "ret <4 x i32> %A"
 
 ; PR1286
 define <4 x i32> @test1(<4 x i32> %A) {