Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / TableGen / MultiClass.td
index 41019eb675df0854a648b8de28ec8efc2167074c..ef320cf79f1643780550bd924d55a3fe0763a9a6 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2
+// RUN: llvm-tblgen %s | grep "zing = 4" | count 2
 
 class C1<int A, string B> { 
   int bar = A;