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

Unified Diff: test/codegen/expect/fieldtest.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/fieldtest.txt
diff --git a/test/codegen/expect/fieldtest.txt b/test/codegen/expect/fieldtest.txt
index a4a04bfd78ab95f0d14023711dfd02c2dcc93510..99b0548fa9c233051af4e3468b0a302d5d7c89f3 100644
--- a/test/codegen/expect/fieldtest.txt
+++ b/test/codegen/expect/fieldtest.txt
@@ -1,13 +1,5 @@
// Messages from compiling fieldtest.dart
-info: line 23, column 9 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
- print(a.x);
- ^^^
-info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int
- return a.x;
- ^^^
-info: line 24, column 10 of test/codegen/fieldtest.dart: [DynamicInvoke] a.x requires dynamic invoke
- return a.x;
- ^^^
-info: line 35, column 7 of test/codegen/fieldtest.dart: [DynamicCast] value (dynamic) will need runtime check to cast to type int
- y = value;
- ^^^^^
+info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 23, col 9)
+info: [DynamicCast] a.x (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 24, col 10)
+info: [DynamicInvoke] a.x requires dynamic invoke (test/codegen/fieldtest.dart, line 24, col 10)
+info: [DynamicCast] value (dynamic) will need runtime check to cast to type int (test/codegen/fieldtest.dart, line 35, col 7)

Powered by Google App Engine
This is Rietveld 408576698