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

Unified Diff: tools/testing/dart/test_options.dart

Issue 10264005: Suppress get_drt/dartium download if an executable is provided via flag (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index d730d728143f75fa7bd82ef03bda6fe713919675..1eedf00a2f347e5090a2fbadc19576573bfc8d9a 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -518,7 +518,7 @@ is 'dart file.dart' and you specify special command
return _expandHelper('runtime', configuration);
} else {
// All runtimes eventually go through this path, after expansion.
- var updater = runtimeUpdater(runtimes);
+ var updater = runtimeUpdater(configuration);
if (updater !== null) {
updater.update();
}

Powered by Google App Engine
This is Rietveld 408576698