aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen/if.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/if.td')
-rw-r--r--test/TableGen/if.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/if.td b/test/TableGen/if.td
index 3c45d95eb20a..9b2438245db1 100644
--- a/test/TableGen/if.td
+++ b/test/TableGen/if.td
@@ -1,5 +1,5 @@
-// RUN: tblgen %s | grep {1, 2, 3} | count 4
-// RUN: tblgen %s | grep {4, 5, 6} | count 2
+// RUN: tblgen %s | grep {\\\[1, 2, 3\\\]} | count 4
+// RUN: tblgen %s | grep {\\\[4, 5, 6\\\]} | count 2
class A<list<list<int>> vals> {
list<int> first = vals[0];