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

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

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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/methods.txt
diff --git a/test/codegen/expect/methods.txt b/test/codegen/expect/methods.txt
index 93c13f99103146d1c20dacd1d3ae8bcebfe1e425..153e60b854df4af4c3e5d4b2bc57a7390d30bd67 100644
--- a/test/codegen/expect/methods.txt
+++ b/test/codegen/expect/methods.txt
@@ -1,13 +1,5 @@
// Messages from compiling methods.dart
-warning: line 14, column 21 of test/codegen/methods.dart: [DownCastImplicit] b (num) will need runtime check to cast to type int
- int z([num b]) => b;
- ^
-warning: line 19, column 12 of test/codegen/methods.dart: [DownCastImplicit] a + b (num) will need runtime check to cast to type int
- return a + b;
- ^^^^^
-info: line 49, column 3 of test/codegen/methods.dart: [DynamicInvoke] f.bar("Bar's call method!") requires dynamic invoke
- f.bar("Bar's call method!");
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-info: line 57, column 11 of test/codegen/methods.dart: [DynamicInvoke] aa.x requires dynamic invoke
- var h = aa.x;
- ^^^^
+warning: [DownCastImplicit] b (num) will need runtime check to cast to type int (test/codegen/methods.dart, line 14, col 21)
+warning: [DownCastImplicit] a + b (num) will need runtime check to cast to type int (test/codegen/methods.dart, line 19, col 12)
+info: [DynamicInvoke] f.bar("Bar's call method!") requires dynamic invoke (test/codegen/methods.dart, line 49, col 3)
+info: [DynamicInvoke] aa.x requires dynamic invoke (test/codegen/methods.dart, line 57, col 11)

Powered by Google App Engine
This is Rietveld 408576698