Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: test/codegen/expect/collection/algorithms.txt

Issue 1645633002: Rebase on latest package:collection (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/collection/algorithms.txt
diff --git a/test/codegen/expect/collection/algorithms.txt b/test/codegen/expect/collection/algorithms.txt
index acf676572b58f6712fd60805220383a84c0c9844..843c454e00fd6d49ab0a59e96f75ab0af3747963 100644
--- a/test/codegen/expect/collection/algorithms.txt
+++ b/test/codegen/expect/collection/algorithms.txt
@@ -1,2 +1,3 @@
// Messages from compiling algorithms.dart
-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)
+warning: [DOWN_CAST_COMPOSITE] sortedList (List<dynamic>) will need runtime check to cast to type List<Comparable<dynamic>> (package:collection/algorithms.dart, line 43, 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 93, col 34)
« no previous file with comments | « test/codegen/expect/collection/algorithms.js ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698