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

Unified Diff: dart/tests/language/constructor5_test.dart

Issue 10553007: Remove support for String operator + from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update co19 status Created 8 years, 6 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
« dart/lib/isolate/frog/messages.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/constructor5_test.dart
diff --git a/dart/tests/language/constructor5_test.dart b/dart/tests/language/constructor5_test.dart
index b34e965d1f8b300fb08c6d4314fbc0eca7097c89..fe21bc6a4cdde55d38da91378b75ca43e3881280 100644
--- a/dart/tests/language/constructor5_test.dart
+++ b/dart/tests/language/constructor5_test.dart
@@ -9,7 +9,7 @@
String trace = "";
int E(int i) {
- trace += "$i-";
+ trace = "$trace$i-";
return i;
}
« dart/lib/isolate/frog/messages.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698