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

Unified Diff: testing/dart/test_runner.dart

Issue 9150035: Address comment from https://chromiumcodereview.appspot.com/9150027: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tools/
Patch Set: Created 8 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/dart/test_runner.dart
===================================================================
--- testing/dart/test_runner.dart (revision 3436)
+++ testing/dart/test_runner.dart (working copy)
@@ -77,7 +77,7 @@
int get timeout() => configuration['timeout'];
String get configurationString() =>
- configuration['mode'] + configuration['arch'];
+ "${configuration['mode']}_${configuration['arch']}";
void completed() { completedHandler(this); }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698