X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTableGen%2FDefmInherit.td;h=b52a709731e1a8e56114ffdd252847052a4efbb5;hb=71857ccdb83b6374f7a791c2dae45ce9934a85af;hp=4f37edf056c56a261b496b00f64685ce3d26cb76;hpb=5654613a013b94a92f9ed65e1a2f34e0a8d9cfdf;p=oota-llvm.git diff --git a/test/TableGen/DefmInherit.td b/test/TableGen/DefmInherit.td index 4f37edf056c..b52a709731e 100644 --- a/test/TableGen/DefmInherit.td +++ b/test/TableGen/DefmInherit.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep {zing = 4} | count 4 +// RUN: llvm-tblgen %s | grep "zing = 4" | count 4 class C1 { int bar = A;