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