diff options
Diffstat (limited to 'llvm/test/TableGen/String.td')
-rw-r--r-- | llvm/test/TableGen/String.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/String.td b/llvm/test/TableGen/String.td index fc0f5b8eb54..c71ed50f986 100644 --- a/llvm/test/TableGen/String.td +++ b/llvm/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"; |