summaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td
index 6d051d77c8..cec9fb65ca 100644
--- a/test/TableGen/Slice.td
+++ b/test/TableGen/Slice.td
@@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep "\[(set" | count 2
// RUN: llvm-tblgen %s | grep "\[\]" | count 2
-// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;