| Index: test/codegen/expect/collection/priority_queue.txt
|
| diff --git a/test/codegen/expect/collection/priority_queue.txt b/test/codegen/expect/collection/priority_queue.txt
|
| index 78467a6c88b6ec74ed6db242b996c6ebc0223dd7..7ae5b97120cf8b83c57b72acee66c5370045d782 100644
|
| --- a/test/codegen/expect/collection/priority_queue.txt
|
| +++ b/test/codegen/expect/collection/priority_queue.txt
|
| @@ -1,3 +1,4 @@
|
| // Messages from compiling priority_queue.dart
|
| -warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 240, col 15)
|
| -warning: [DownCastComposite] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 245, col 38)
|
| +warning: [_DOWN_CAST_COMPOSITE] (comparison != null) ? comparison : Comparable.compare (Function) will need runtime check to cast to type (dynamic, dynamic) → int (package:collection/priority_queue.dart, line 172, col 22)
|
| +warning: [_DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 240, col 15)
|
| +warning: [_DOWN_CAST_COMPOSITE] comparison ((dynamic, dynamic) → int) will need runtime check to cast to type (E, E) → int (package:collection/priority_queue.dart, line 245, col 38)
|
|
|