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

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

Issue 1554683002: Update to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Fix error severities Created 4 years, 12 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 6de979cbe20535486195636424df843e65f3fc80..5dd7087cf1302a5bfca9bbba5fc50642487c1bad 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)

Powered by Google App Engine
This is Rietveld 408576698