diff options
Diffstat (limited to 'test/TableGen/ForeachLoop.td')
-rw-r--r-- | test/TableGen/ForeachLoop.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/ForeachLoop.td b/test/TableGen/ForeachLoop.td index 4aacc74d8aa2..a49a60bf2692 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; |