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

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

Issue 1289673007: fixes #292, report async_helper test failures (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 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/async_helper.txt
diff --git a/test/codegen/expect/async_helper.txt b/test/codegen/expect/async_helper.txt
index 1a06210eadb2199ff86f329c187b7687e4100718..af732f6bf9439c59eea196dae9476312888e0922 100644
--- a/test/codegen/expect/async_helper.txt
+++ b/test/codegen/expect/async_helper.txt
@@ -1,2 +1,3 @@
// Messages from compiling async_helper.dart
-info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codegen/async_helper.dart, line 93, col 3)
+info: [DynamicInvoke] callback() requires dynamic invoke (test/codegen/async_helper.dart, line 80, col 5)
+info: [DynamicInvoke] f().then(asyncSuccess) requires dynamic invoke (test/codegen/async_helper.dart, line 106, col 3)

Powered by Google App Engine
This is Rietveld 408576698