diff options
Diffstat (limited to 'llvm/test/TableGen/ListManip.td')
-rw-r--r-- | llvm/test/TableGen/ListManip.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/ListManip.td b/llvm/test/TableGen/ListManip.td index 6b1e491cd25..bece266acbf 100644 --- a/llvm/test/TableGen/ListManip.td +++ b/llvm/test/TableGen/ListManip.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s +// RUN: llvm-tblgen %s // XFAIL: vg_leak class Bli<string _t> |