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

