aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/LoLoL.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/LoLoL.td')
-rw-r--r--test/TableGen/LoLoL.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/LoLoL.td b/test/TableGen/LoLoL.td
index 0307b39..f758e1b 100644
--- a/test/TableGen/LoLoL.td
+++ b/test/TableGen/LoLoL.td
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | FileCheck %s
+// RUN: llvm-tblgen %s | FileCheck %s
class Base<list<int> v> {
list<int> values = v;