diff options
Diffstat (limited to 'test/TableGen/DagIntSubst.ll')
-rw-r--r-- | test/TableGen/DagIntSubst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/DagIntSubst.ll b/test/TableGen/DagIntSubst.ll index b9522f1..3c1291c 100644 --- a/test/TableGen/DagIntSubst.ll +++ b/test/TableGen/DagIntSubst.ll @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep 'dag d = (X 13)' +// RUN: tblgen %s | grep {dag d = (X 13)} def X; class C<int N> { |