aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/ListArgs.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListArgs.td')
-rw-r--r--test/TableGen/ListArgs.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/ListArgs.td b/test/TableGen/ListArgs.td
index a513db6..8714112 100644
--- a/test/TableGen/ListArgs.td
+++ b/test/TableGen/ListArgs.td
@@ -1,4 +1,4 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
// XFAIL: vg_leak
class B<list<int> v> {