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