aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/Slice.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/Slice.td')
-rw-r--r--test/TableGen/Slice.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td
index 2d2822c..6d051d7 100644
--- a/test/TableGen/Slice.td
+++ b/test/TableGen/Slice.td
@@ -1,5 +1,5 @@
-// RUN: llvm-tblgen %s | grep {\\\[(set} | count 2
-// RUN: llvm-tblgen %s | grep {\\\[\\\]} | count 2
+// RUN: llvm-tblgen %s | grep "\[(set" | count 2
+// RUN: llvm-tblgen %s | grep "\[\]" | count 2
// XFAIL: vg_leak
class ValueType<int size, int value> {