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

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

Issue 1322333003: DDC: mostly incremental compilation, fixes #223 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 3 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
deleted file mode 100644
index 99b0548fa9c233051af4e3468b0a302d5d7c89f3..0000000000000000000000000000000000000000
--- a/test/codegen/expect/fieldtest.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Messages from compiling fieldtest.dart
-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