Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / TableGen / DefmInherit.td
index 4f37edf056c56a261b496b00f64685ce3d26cb76..b52a709731e1a8e56114ffdd252847052a4efbb5 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | grep {zing = 4} | count 4
+// RUN: llvm-tblgen %s | grep "zing = 4" | count 4
 
 class C1<int A, string B> { 
   int bar = A;