diff options
Diffstat (limited to 'llvm/test/TableGen/lisp.td')
-rw-r--r-- | llvm/test/TableGen/lisp.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/TableGen/lisp.td b/llvm/test/TableGen/lisp.td index dd85ddc67c9..efe00022f51 100644 --- a/llvm/test/TableGen/lisp.td +++ b/llvm/test/TableGen/lisp.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | grep "" -// XFAIL: vg_leak class List<list<string> n> { list<string> names = n; |