diff options
Diffstat (limited to 'llvm/test/TableGen/ListOfList.td')
-rw-r--r-- | llvm/test/TableGen/ListOfList.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/ListOfList.td b/llvm/test/TableGen/ListOfList.td index c646e3b4802..56f964e8685 100644 --- a/llvm/test/TableGen/ListOfList.td +++ b/llvm/test/TableGen/ListOfList.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class Base<string t> { string text = t; |