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