diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
commit | 4a16efa3e43e35f0cc9efe3a67f620f0017c3d36 (patch) | |
tree | 06099edc18d30894081a822b756f117cbe0b8207 /test/TableGen/subst.td | |
parent | 482e7bddf617ae804dc47133cb07eb4aa81e45de (diff) | |
download | src-test2-4a16efa3e43e35f0cc9efe3a67f620f0017c3d36.tar.gz src-test2-4a16efa3e43e35f0cc9efe3a67f620f0017c3d36.zip |
Notes
Diffstat (limited to 'test/TableGen/subst.td')
-rw-r--r-- | test/TableGen/subst.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/subst.td b/test/TableGen/subst.td index 850ac38465c3..e265b44cf328 100644 --- a/test/TableGen/subst.td +++ b/test/TableGen/subst.td @@ -4,7 +4,6 @@ // RUN: llvm-tblgen %s | grep "LAST" | count 1 // RUN: llvm-tblgen %s | grep "TVAR" | count 2 // RUN: llvm-tblgen %s | grep "Bogus" | count 1 -// XFAIL: vg_leak class Honorific<string t> { string honorific = t; |