| Index: test/codegen/expect/collection/src/iterable_zip.txt
|
| diff --git a/test/codegen/expect/collection/iterable_zip.txt b/test/codegen/expect/collection/src/iterable_zip.txt
|
| similarity index 76%
|
| rename from test/codegen/expect/collection/iterable_zip.txt
|
| rename to test/codegen/expect/collection/src/iterable_zip.txt
|
| index d802e01e61b13b3d786593187df7d1b54798e0a9..975c53fd7722d8c758ecc65b41da82aaa3a75926 100644
|
| --- a/test/codegen/expect/collection/iterable_zip.txt
|
| +++ b/test/codegen/expect/collection/src/iterable_zip.txt
|
| @@ -1,2 +1,2 @@
|
| // Messages from compiling iterable_zip.dart
|
| -warning: [DOWN_CAST_COMPOSITE] iterators (List<dynamic>) will need runtime check to cast to type List<Iterator<dynamic>> (package:collection/iterable_zip.dart, line 42, col 47)
|
| +warning: [DOWN_CAST_COMPOSITE] iterators (List<dynamic>) will need runtime check to cast to type List<Iterator<dynamic>> (package:collection/src/iterable_zip.dart, line 33, col 47)
|
|
|