diff options
Diffstat (limited to 'llvm/test/TableGen/DefmInherit.td')
| -rw-r--r-- | llvm/test/TableGen/DefmInherit.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/DefmInherit.td b/llvm/test/TableGen/DefmInherit.td index 47fd81d2e71..46d3f62c6d0 100644 --- a/llvm/test/TableGen/DefmInherit.td +++ b/llvm/test/TableGen/DefmInherit.td @@ -1,4 +1,4 @@ -// RUN: llvm-tblgen %s | grep {zing = 4} | count 4 +// RUN: llvm-tblgen %s | grep "zing = 4" | count 4 // XFAIL: vg_leak class C1<int A, string B> { |

