Index: test/codegen/expect/collection/src/algorithms.txt |
diff --git a/test/codegen/expect/collection/src/algorithms.txt b/test/codegen/expect/collection/src/algorithms.txt |
index 15d68b16c58d7130c5cb344964a542a15b92072a..73e80bb8bfb6d84b5fc981cef428d950447925b5 100644 |
--- a/test/codegen/expect/collection/src/algorithms.txt |
+++ b/test/codegen/expect/collection/src/algorithms.txt |
@@ -1,3 +1,3 @@ |
// Messages from compiling algorithms.dart |
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 36, col 36) |
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 84, col 34) |
+warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 36, col 36) |
+warning: [STRONG_MODE_DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<Comparable<dynamic>> (package:collection/src/algorithms.dart, line 84, col 34) |