summaryrefslogtreecommitdiff
path: root/test/TableGen/MultiClass.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/MultiClass.td')
-rw-r--r--test/TableGen/MultiClass.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TableGen/MultiClass.td b/test/TableGen/MultiClass.td
index 2840e6742e..41019eb675 100644
--- a/test/TableGen/MultiClass.td
+++ b/test/TableGen/MultiClass.td
@@ -1,5 +1,4 @@
-// RUN: tblgen %s &&
-// RUN: tblgen %s | grep 'zing = 4' | wc -l | grep 2
+// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2
class C1<int A, string B> {
int bar = A;