diff options
Diffstat (limited to 'test/TableGen/MultiClass.td')
-rw-r--r-- | test/TableGen/MultiClass.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/MultiClass.td b/test/TableGen/MultiClass.td index 41019eb..52ba59c 100644 --- a/test/TableGen/MultiClass.td +++ b/test/TableGen/MultiClass.td @@ -1,4 +1,4 @@ -// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2 +// RUN: tblgen %s | grep {zing = 4} | count 2 class C1<int A, string B> { int bar = A; |