Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in a
[oota-llvm.git] / test / TableGen / MultiClass.td
index 2840e6742e63a6fd72ca9812f73a32e2227ead22..04f3a56558213eb5ad5f106412c71199a1467326 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: tblgen %s &&
-// 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;