Add space to assert message.
[oota-llvm.git] / test / Transforms / IPConstantProp / 2008-06-09-WeakProp.ll
index fc7e3bba38a5f4e929f92defc7b5c2763caf3536..54a65d61da37317497e5ae78c89e19b9ff361ab9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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