aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/MultiClassInherit.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/MultiClassInherit.td')
-rw-r--r--test/TableGen/MultiClassInherit.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/MultiClassInherit.td b/test/TableGen/MultiClassInherit.td
index d4c4ce5..9da80ba 100644
--- a/test/TableGen/MultiClassInherit.td
+++ b/test/TableGen/MultiClassInherit.td
@@ -1,4 +1,5 @@
// RUN: tblgen %s | grep {zing = 4} | count 28
+// XFAIL: vg_leak
class C1<int A, string B> {
int bar = A;