diff options
Diffstat (limited to 'llvm/test/TableGen/lisp.td')
-rw-r--r-- | llvm/test/TableGen/lisp.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/lisp.td b/llvm/test/TableGen/lisp.td index bbed8690dd5..025aca961cd 100644 --- a/llvm/test/TableGen/lisp.td +++ b/llvm/test/TableGen/lisp.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep {} +// RUN: llvm-tblgen %s | grep {} // XFAIL: vg_leak class List<list<string> n> { |