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