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

Unified Diff: test/codegen/expect/try_catch.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/try_catch.txt
diff --git a/test/codegen/expect/try_catch.txt b/test/codegen/expect/try_catch.txt
index ae180cd6268ce51c5bb54a99da20dcbaf45ad5fc..d24aa2691bc45f427b629fc8aa31c260a78e95d7 100644
--- a/test/codegen/expect/try_catch.txt
+++ b/test/codegen/expect/try_catch.txt
@@ -1 +1,11 @@
// Messages from compiling try_catch.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: foo SimpleIdentifier (test/codegen/try_catch.dart, line 49, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: bar SimpleIdentifier (test/codegen/try_catch.dart, line 50, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: baz SimpleIdentifier (test/codegen/try_catch.dart, line 51, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: qux SimpleIdentifier (test/codegen/try_catch.dart, line 52, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: wub SimpleIdentifier (test/codegen/try_catch.dart, line 53, col 3)
+info: [DynamicInvoke] foo() requires dynamic invoke (test/codegen/try_catch.dart, line 49, col 3)
+info: [DynamicInvoke] bar() requires dynamic invoke (test/codegen/try_catch.dart, line 50, col 3)
+info: [DynamicInvoke] baz() requires dynamic invoke (test/codegen/try_catch.dart, line 51, col 3)
+info: [DynamicInvoke] qux() requires dynamic invoke (test/codegen/try_catch.dart, line 52, col 3)
+info: [DynamicInvoke] wub() requires dynamic invoke (test/codegen/try_catch.dart, line 53, col 3)

Powered by Google App Engine
This is Rietveld 408576698