tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
[oota-llvm.git] / test / TableGen / ListManip.td
index c221bb1335b627ff89e4cfcc2734472caf1d0417..55fb5ea85a0574f462b976fe30729feb54145682 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: tblgen %s
+// XFAIL: vg_leak
+
 class Bli<string _t>
 {
   string t = _t;