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

Unified Diff: test/codegen/expect/DeltaBlue.txt

Issue 1038583004: Rationalize coercions (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen/expect/fieldtest.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/DeltaBlue.txt
diff --git a/test/codegen/expect/DeltaBlue.txt b/test/codegen/expect/DeltaBlue.txt
index 888d0b6c02e16fd3fdd42d221c3db453a1d7bf3b..e07de4f42a53c206c703bd8772736fd0ae5cd5d4 100644
--- a/test/codegen/expect/DeltaBlue.txt
+++ b/test/codegen/expect/DeltaBlue.txt
@@ -2,15 +2,15 @@
warning: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f() requires dynamic invoke
f();
^^^
-info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
+info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dynamic) will need runtime check to cast to type int
chooseMethod(mark);
^^^^
-info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
+info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dynamic) will need runtime check to cast to type int
markInputs(mark);
^^^^
-info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
+info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dynamic) will need runtime check to cast to type int
if (!planner.addPropagate(this, mark)) print("Cycle encountered");
^^^^
-info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
+info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DynamicCast] mark (dynamic) will need runtime check to cast to type int
out.mark = mark;
^^^^
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen/expect/fieldtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698