diff options
Diffstat (limited to 'test/TableGen/TreeNames.td')
-rw-r--r-- | test/TableGen/TreeNames.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/TreeNames.td b/test/TableGen/TreeNames.td index ccdeb88dd02a..b224e909f882 100644 --- a/test/TableGen/TreeNames.td +++ b/test/TableGen/TreeNames.td @@ -1,5 +1,5 @@ // This tests to make sure we can parse tree patterns with names. -// RUN: tblgen %s +// RUN: llvm-tblgen %s // XFAIL: vg_leak class TreeNode; |