aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/DagDefSubst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/DagDefSubst.ll')
-rw-r--r--test/TableGen/DagDefSubst.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/DagDefSubst.ll b/test/TableGen/DagDefSubst.ll
index a9cd59b..e5eebe9 100644
--- a/test/TableGen/DagDefSubst.ll
+++ b/test/TableGen/DagDefSubst.ll
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep 'dag d = (X Y)' &&
-// RUN: tblgen %s | grep 'dag e = (Y X)'
+// RUN: tblgen %s | grep {dag d = (X Y)}
+// RUN: tblgen %s | grep {dag e = (Y X)}
def X;
class yclass;