Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
[oota-llvm.git] / test / TableGen / MultiClass.td
index 41019eb675df0854a648b8de28ec8efc2167074c..04f3a56558213eb5ad5f106412c71199a1467326 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2
+// RUN: llvm-tblgen %s | grep {zing = 4} | count 2
+// XFAIL: vg_leak
 
 class C1<int A, string B> { 
   int bar = A;