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

Unified Diff: tests/isolate/v2_unresolved_ports_test.dart

Issue 10414002: More String + elimination in tests (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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: tests/isolate/v2_unresolved_ports_test.dart
===================================================================
--- tests/isolate/v2_unresolved_ports_test.dart (revision 7745)
+++ tests/isolate/v2_unresolved_ports_test.dart (working copy)
@@ -35,9 +35,9 @@
ReceivePort port = new ReceivePort();
port.receive(expectAsync2((msg, _) {
expect(msg).equals('main says: Beth, find out if Tim is coming.'
- + '\nBeth says: Tim are you coming? And Bob?'
- + '\nTim says: Can you tell "main" that we are all coming?'
- + '\nBob says: we are all coming!');
+ '\nBeth says: Tim are you coming? And Bob?'
+ '\nTim says: Can you tell "main" that we are all coming?'
+ '\nBob says: we are all coming!');
port.close();
}));

Powered by Google App Engine
This is Rietveld 408576698