Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / TableGen / foreach.td
index 814ae6ef936393398029d55431d7646ceeb6b5c0..902af25237e9d666b25bb1fc3cd830a8069c9cd7 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: llvm-tblgen %s | grep {Jr} | count 2
-// RUN: llvm-tblgen %s | grep {Sr} | count 2
-// RUN: llvm-tblgen %s | grep {"NAME"} | count 1
+// RUN: llvm-tblgen %s | grep 'Jr' | count 2
+// RUN: llvm-tblgen %s | grep 'Sr' | count 2
+// RUN: llvm-tblgen %s | grep '"NAME"' | count 1
 // XFAIL: vg_leak
 
 // Variables for foreach