summaryrefslogtreecommitdiff
path: root/test/TableGen/ForeachList.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ForeachList.td')
-rw-r--r--test/TableGen/ForeachList.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/ForeachList.td b/test/TableGen/ForeachList.td
index 9bc76e0f0c..99b7e14c2d 100644
--- a/test/TableGen/ForeachList.td
+++ b/test/TableGen/ForeachList.td
@@ -1,4 +1,5 @@
// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
class Register<string name, int idx> {
string Name = name;