Mercurial > hg > CbC > CbC_llvm
diff llvm/test/TableGen/foreach-leak.td @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/llvm/test/TableGen/foreach-leak.td Wed Jul 21 10:27:27 2021 +0900 +++ b/llvm/test/TableGen/foreach-leak.td Wed Nov 09 17:45:10 2022 +0900 @@ -7,7 +7,7 @@ // CHECK: --- Defs --- // CHECK: def C0 { -// CHECK: list<list<int>> ret = {{\[}}[1, 2, 3], [1, 2, 3]]; +// CHECK{LITERAL}: list<list<int>> ret = [[1, 2, 3], [1, 2, 3]]; // CHECK: } // The variable name 'a' is used both in the "inner" and in the "outer" foreach.