aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/ListOfList.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListOfList.td')
-rw-r--r--test/TableGen/ListOfList.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/ListOfList.td b/test/TableGen/ListOfList.td
index 6fe0e89..17cc43b 100644
--- a/test/TableGen/ListOfList.td
+++ b/test/TableGen/ListOfList.td
@@ -1,6 +1,6 @@
-// RUN tblgen %s | FileCheck %s
+// RUN llvm-tblgen %s | FileCheck %s
-// RUN: tblgen %s | grep {foo} | count 1
+// RUN: llvm-tblgen %s | grep {foo} | count 1
class Base<string t> {
string text = t;