summaryrefslogtreecommitdiff
path: root/test/TableGen/ListManip.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListManip.td')
-rw-r--r--test/TableGen/ListManip.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TableGen/ListManip.td b/test/TableGen/ListManip.td
index c221bb1335..55fb5ea85a 100644
--- a/test/TableGen/ListManip.td
+++ b/test/TableGen/ListManip.td
@@ -1,4 +1,6 @@
// RUN: tblgen %s
+// XFAIL: vg_leak
+
class Bli<string _t>
{
string t = _t;