| Index: test/codegen/expect/collection/algorithms.txt
|
| diff --git a/test/codegen/expect/collection/algorithms.txt b/test/codegen/expect/collection/algorithms.txt
|
| index 6de979cbe20535486195636424df843e65f3fc80..acf676572b58f6712fd60805220383a84c0c9844 100644
|
| --- a/test/codegen/expect/collection/algorithms.txt
|
| +++ b/test/codegen/expect/collection/algorithms.txt
|
| @@ -1,2 +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)
|
| +warning: [DOWN_CAST_COMPOSITE] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, line 44, col 36)
|
|
|