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 17cc43b..565a99c 100644
--- a/test/TableGen/ListOfList.td
+++ b/test/TableGen/ListOfList.td
@@ -1,6 +1,7 @@
// RUN llvm-tblgen %s | FileCheck %s
// RUN: llvm-tblgen %s | grep {foo} | count 1
+// XFAIL: vg_leak
class Base<string t> {
string text = t;