Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of vg_leak.
[oota-llvm.git] / test / TableGen / listconcat.td
index 870e649d41dc2e79fc6f916b1e5ae7ca1f4cfadf..d055ae65575ffb22a91f60e22f165909e277f3e7 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
 
 // CHECK: class Y<list<string> Y:S = ?> {
 // CHECK:   list<string> T1 = !listconcat(Y:S, ["foo"]);