summaryrefslogtreecommitdiff
path: root/test/TableGen/MultiClassInherit.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/MultiClassInherit.td')
-rw-r--r--test/TableGen/MultiClassInherit.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/MultiClassInherit.td b/test/TableGen/MultiClassInherit.td
index 8b78bc7736..c768fff0b6 100644
--- a/test/TableGen/MultiClassInherit.td
+++ b/test/TableGen/MultiClassInherit.td
@@ -1,4 +1,4 @@
-// RUN: llvm-tblgen %s | grep {zing = 4} | count 28
+// RUN: llvm-tblgen %s | grep "zing = 4" | count 28
// XFAIL: vg_leak
class C1<int A, string B> {