diff options
Diffstat (limited to 'test/TableGen/ListOfList.td')
-rw-r--r-- | test/TableGen/ListOfList.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/ListOfList.td b/test/TableGen/ListOfList.td index 17cc43b40a..565a99cf5f 100644 --- a/test/TableGen/ListOfList.td +++ b/test/TableGen/ListOfList.td @@ -1,6 +1,7 @@ // RUN llvm-tblgen %s | FileCheck %s // RUN: llvm-tblgen %s | grep {foo} | count 1 +// XFAIL: vg_leak class Base<string t> { string text = t; |