diff options
Diffstat (limited to 'test/TableGen/LoLoL.td')
-rw-r--r-- | test/TableGen/LoLoL.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/LoLoL.td b/test/TableGen/LoLoL.td index f758e1b604769..778c9609d1a29 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; |