| Index: test/codegen/expect/collection/iterable_zip.txt
|
| diff --git a/test/codegen/expect/collection/iterable_zip.txt b/test/codegen/expect/collection/iterable_zip.txt
|
| index ae3572cba27939ad4d6ccf73c0fb87299e4be2e4..c001ea89f2208458b2274370b346e37b1a0c9d4b 100644
|
| --- a/test/codegen/expect/collection/iterable_zip.txt
|
| +++ b/test/codegen/expect/collection/iterable_zip.txt
|
| @@ -1,2 +1,2 @@
|
| // Messages from compiling iterable_zip.dart
|
| -warning: [DownCastComposite] iterators (List<dynamic>) will need runtime check to cast to type List<Iterator<dynamic>> (package:collection/iterable_zip.dart, line 42, col 47)
|
| +severe: [AnalyzerMessage] iterators (List<dynamic>) will need runtime check to cast to type List<Iterator<dynamic>> (package:collection/iterable_zip.dart, line 42, col 47)
|
|
|