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

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

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers 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/functions.txt
diff --git a/test/codegen/expect/functions.txt b/test/codegen/expect/functions.txt
index 91e9cffbaa84257e4c3a448fd0959e9453cafdfc..9013277a5005a052dc67a80509d27580d1ed5a4a 100644
--- a/test/codegen/expect/functions.txt
+++ b/test/codegen/expect/functions.txt
@@ -1 +1,5 @@
// Messages from compiling functions.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/functions.dart, line 13, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: bootstrap SimpleIdentifier (test/codegen/functions.dart, line 13, col 9)
+info: [DynamicInvoke] print(bootstrap()[0]) requires dynamic invoke (test/codegen/functions.dart, line 13, col 3)
+info: [DynamicInvoke] bootstrap() requires dynamic invoke (test/codegen/functions.dart, line 13, col 9)

Powered by Google App Engine
This is Rietveld 408576698