Fix the lit test added in r174972
[oota-llvm.git] / test / TableGen / IntBitInit.td
index b949bfea7b13f846e4400ebade597f1ff6da7a61..83713a33321b80c07ce0c341dc1ea55db0aa211c 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s
+// RUN: llvm-tblgen %s
+// XFAIL: vg_leak
 def {
   bit A = 1;
   int B = A;