diff options
Diffstat (limited to 'llvm/test/TableGen/strconcat.td')
-rw-r--r-- | llvm/test/TableGen/strconcat.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/strconcat.td b/llvm/test/TableGen/strconcat.td index 38409a99dc4..85ee831b4da 100644 --- a/llvm/test/TableGen/strconcat.td +++ b/llvm/test/TableGen/strconcat.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep fufoo +// RUN: llvm-tblgen %s | grep fufoo // XFAIL: vg_leak class Y<string S> { |