| Index: test/codegen/expect/collection/algorithms.txt
|
| diff --git a/test/codegen/expect/collection/algorithms.txt b/test/codegen/expect/collection/algorithms.txt
|
| index bf3790bc9eeedfbdb32a3686458dded71869b707..6de979cbe20535486195636424df843e65f3fc80 100644
|
| --- a/test/codegen/expect/collection/algorithms.txt
|
| +++ b/test/codegen/expect/collection/algorithms.txt
|
| @@ -1,7 +1,2 @@
|
| // Messages from compiling algorithms.dart
|
| warning: [DownCastComposite] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, line 44, col 36)
|
| -info: [DynamicCast] key (dynamic) will need runtime check to cast to type Comparable<dynamic> (package:collection/algorithms.dart, line 44, col 48)
|
| -info: [DynamicInvoke] compare(element, key) requires dynamic invoke (package:collection/algorithms.dart, line 51, col 16)
|
| -info: [DynamicInvoke] compare(element, list[mid]) requires dynamic invoke (package:collection/algorithms.dart, line 138, col 24)
|
| -info: [DynamicInvoke] compare(element, target[mid]) requires dynamic invoke (package:collection/algorithms.dart, line 212, col 11)
|
| -info: [DynamicInvoke] compare(firstElement, secondElement) requires dynamic invoke (package:collection/algorithms.dart, line 280, col 9)
|
|
|