diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-03-21 10:49:05 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-03-21 10:49:05 +0000 |
commit | 2f12f10af369d468b14617276446166383d692ed (patch) | |
tree | 2caca31db4facdc95c23930c0c745c8ef0dee97d /test/TableGen/lisp.td | |
parent | c69102774f9739c81ae1285ed9ae62405071c63c (diff) | |
download | src-2f12f10af369d468b14617276446166383d692ed.tar.gz src-2f12f10af369d468b14617276446166383d692ed.zip |
Notes
Diffstat (limited to 'test/TableGen/lisp.td')
-rw-r--r-- | test/TableGen/lisp.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/lisp.td b/test/TableGen/lisp.td index 3e392fda84ff..b521e04c8913 100644 --- a/test/TableGen/lisp.td +++ b/test/TableGen/lisp.td @@ -1,4 +1,5 @@ // RUN: tblgen %s | grep {} +// XFAIL: vg_leak class List<list<string> n> { list<string> names = n; |