Add space to assert message.
[oota-llvm.git] / test / Transforms / IPConstantProp / 2008-06-09-WeakProp.ll
index 4b91f8695609f3209193480dfc821b849171ee0c..54a65d61da37317497e5ae78c89e19b9ff361ab9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -ipconstprop | llvm-dis | grep {ret i32 %r}
+; RUN: opt < %s -ipconstprop -S | grep "ret i32 %r"
 ; Should not propagate the result of a weak function.
 ; PR2411