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