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