aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/ListOfList.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListOfList.td')
-rw-r--r--test/TableGen/ListOfList.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/ListOfList.td b/test/TableGen/ListOfList.td
index c646e3b..56f964e 100644
--- a/test/TableGen/ListOfList.td
+++ b/test/TableGen/ListOfList.td
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
class Base<string t> {
string text = t;