summaryrefslogtreecommitdiff
path: root/test/TableGen/subst.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/subst.td')
-rw-r--r--test/TableGen/subst.td1
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;