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, 1 insertions, 0 deletions
diff --git a/test/TableGen/subst.td b/test/TableGen/subst.td
index b65c928930..34818afaa7 100644
--- a/test/TableGen/subst.td
+++ b/test/TableGen/subst.td
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
class Honorific<string t> {
string honorific = t;