Fix the remaining TCL-style quotes found in the testsuite. This is
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / SPrintF.ll
index 6b1525651b757255a0af38d6868ebd7d4d974567..514a7d9f6eeef7e91d4afff221ac16bc8c7b7228 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that the SPrintFOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | \
-; RUN:   not grep {call.*sprintf}
+; RUN: opt < %s -simplify-libcalls -S | \
+; RUN:   not grep "call.*sprintf"
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.