aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/String.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/String.td')
-rw-r--r--test/TableGen/String.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/String.td b/test/TableGen/String.td
index fc0f5b8..c71ed50 100644
--- a/test/TableGen/String.td
+++ b/test/TableGen/String.td
@@ -1,4 +1,4 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
// XFAIL: vg_leak
class x {
string y = "missing terminating '\"' character";