diff options
Diffstat (limited to 'test/TableGen/MultiClassInherit.td')
-rw-r--r-- | test/TableGen/MultiClassInherit.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/MultiClassInherit.td b/test/TableGen/MultiClassInherit.td index 9da80bad2d..8b78bc7736 100644 --- a/test/TableGen/MultiClassInherit.td +++ b/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> { |