diff options
Diffstat (limited to 'test/TableGen/ListOfList.td')
-rw-r--r-- | test/TableGen/ListOfList.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TableGen/ListOfList.td b/test/TableGen/ListOfList.td index 6fe0e89ed8..17cc43b40a 100644 --- a/test/TableGen/ListOfList.td +++ b/test/TableGen/ListOfList.td @@ -1,6 +1,6 @@ -// RUN tblgen %s | FileCheck %s +// RUN llvm-tblgen %s | FileCheck %s -// RUN: tblgen %s | grep {foo} | count 1 +// RUN: llvm-tblgen %s | grep {foo} | count 1 class Base<string t> { string text = t; |