diff options
Diffstat (limited to 'test/TableGen/Slice.td')
-rw-r--r-- | test/TableGen/Slice.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td index 13d9da2b9f..2d2822c53b 100644 --- a/test/TableGen/Slice.td +++ b/test/TableGen/Slice.td @@ -1,5 +1,5 @@ -// RUN: tblgen %s | grep {\\\[(set} | count 2 -// RUN: 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> { |