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

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

Issue 1062823004: Fix a couple codegen crashers (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 8 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
« no previous file with comments | « test/codegen/expect/cascade.js ('k') | test/codegen/expect/try_catch.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/cascade.txt
diff --git a/test/codegen/expect/cascade.txt b/test/codegen/expect/cascade.txt
index d590217d19188ce390bd17ae6eed6a7a85e5b1c5..fab5211c1c109aa512e9c8a2d6a08ffc90fa70c9 100644
--- a/test/codegen/expect/cascade.txt
+++ b/test/codegen/expect/cascade.txt
@@ -11,3 +11,9 @@ info: line 27, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requ
info: line 28, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requires dynamic invoke
..x();
^^^^^
+info: line 75, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x += 1 requires dynamic invoke
+ ..x += 1
+ ^^^^^^^^
+info: line 76, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x -= 1 requires dynamic invoke
+ ..x -= 1;
+ ^^^^^^^^
« no previous file with comments | « test/codegen/expect/cascade.js ('k') | test/codegen/expect/try_catch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698