aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/ListArgs.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListArgs.td')
-rw-r--r--test/TableGen/ListArgs.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/ListArgs.td b/test/TableGen/ListArgs.td
index daa0de6..a513db6 100644
--- a/test/TableGen/ListArgs.td
+++ b/test/TableGen/ListArgs.td
@@ -1,4 +1,5 @@
// RUN: tblgen %s
+// XFAIL: vg_leak
class B<list<int> v> {
list<int> vals = v;