Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / Verifier / PhiGrouping.ll
index dc529dced3657cd172d811ad82b8a3de2742d46d..0b677f2301c52fffeb9f17f82a162f61d0ccf481 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s |& grep {PHI nodes not grouped at top}
+; RUN: not llvm-as < %s |& grep "PHI nodes not grouped at top"