summaryrefslogtreecommitdiff
path: root/test/TableGen/LoLoL.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/LoLoL.td')
-rw-r--r--test/TableGen/LoLoL.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/LoLoL.td b/test/TableGen/LoLoL.td
index f758e1b604..778c9609d1 100644
--- a/test/TableGen/LoLoL.td
+++ b/test/TableGen/LoLoL.td
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
class Base<list<int> v> {
list<int> values = v;