Start using CHECK-LABEL in some tests.
[oota-llvm.git] / test / TableGen / ListOfList.td
index 17cc43b40a7f8905e557d1b612332dd99c3db738..adf9fe483eb48d80f9012b5635200b48267c20b4 100644 (file)
@@ -1,6 +1,6 @@
 // RUN llvm-tblgen %s | FileCheck %s
 
-// RUN: llvm-tblgen %s | grep {foo} | count 1
+// RUN: llvm-tblgen %s | grep "foo" | count 1
 
 class Base<string t> {
   string text = t;