aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen/SuperSubclassSameName.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/SuperSubclassSameName.td')
-rw-r--r--test/TableGen/SuperSubclassSameName.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/SuperSubclassSameName.td b/test/TableGen/SuperSubclassSameName.td
index 304c883417fa..643b380ca005 100644
--- a/test/TableGen/SuperSubclassSameName.td
+++ b/test/TableGen/SuperSubclassSameName.td
@@ -1,4 +1,4 @@
-// RUN: tblgen < %s
+// RUN: llvm-tblgen < %s
// XFAIL: vg_leak
// Test for template arguments that have the same name as superclass template
// arguments.