Refactor llvm/test/lit.cfg to use lit.util.which.
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-10-29-ArrayProblem.ll
index d75498716df01555adce44562613cff99776ca9c..77c7b54b63fffa0ecb950fc655ed94c6b81d39ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -scalarrepl -S | grep {alloca %T}
+; RUN: opt < %s -scalarrepl -S | grep "alloca %%T"
 
 %T = type { [80 x i8], i32, i32 }
 declare i32 @.callback_1(i8*)