diff options
Diffstat (limited to 'llvm/test/TableGen/MultiClassInherit.td')
-rw-r--r-- | llvm/test/TableGen/MultiClassInherit.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/TableGen/MultiClassInherit.td b/llvm/test/TableGen/MultiClassInherit.td index 9da80bad2d7..8b78bc7736c 100644 --- a/llvm/test/TableGen/MultiClassInherit.td +++ b/llvm/test/TableGen/MultiClassInherit.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep {zing = 4} | count 28 +// RUN: llvm-tblgen %s | grep {zing = 4} | count 28 // XFAIL: vg_leak class C1<int A, string B> { |