| 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
|
| deleted file mode 100644
|
| index 90703849f4a1f08795434f02b3b5aeeaa841dfe7..0000000000000000000000000000000000000000
|
| --- a/test/codegen/expect/collection/priority_queue.txt
|
| +++ /dev/null
|
| @@ -1,4 +0,0 @@
|
| -// Messages from compiling priority_queue.dart
|
| -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)
|
|
|