summaryrefslogtreecommitdiff
path: root/test/TableGen/MultiPat.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/MultiPat.td')
-rw-r--r--test/TableGen/MultiPat.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/MultiPat.td b/test/TableGen/MultiPat.td
index b3792777b6..b49b06c24c 100644
--- a/test/TableGen/MultiPat.td
+++ b/test/TableGen/MultiPat.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;