summaryrefslogtreecommitdiff
path: root/test/TableGen/MultiClassInherit.td
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-04-08 18:41:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-04-08 18:41:23 +0000
commit4a16efa3e43e35f0cc9efe3a67f620f0017c3d36 (patch)
tree06099edc18d30894081a822b756f117cbe0b8207 /test/TableGen/MultiClassInherit.td
parent482e7bddf617ae804dc47133cb07eb4aa81e45de (diff)
Diffstat (limited to 'test/TableGen/MultiClassInherit.td')
-rw-r--r--test/TableGen/MultiClassInherit.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/MultiClassInherit.td b/test/TableGen/MultiClassInherit.td
index c768fff0b670..9d1470a6616b 100644
--- a/test/TableGen/MultiClassInherit.td
+++ b/test/TableGen/MultiClassInherit.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep "zing = 4" | count 28
-// XFAIL: vg_leak
class C1<int A, string B> {
int bar = A;