| Index: tools/testing/dart/drt_updater.dart
|
| diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart
|
| index 8d24ff0bf0377ef4d3686191d6bcc7cabb1a42c1..9c3a6d436d03cbcc767796f7b6ad80666f2ab6b8 100644
|
| --- a/tools/testing/dart/drt_updater.dart
|
| +++ b/tools/testing/dart/drt_updater.dart
|
| @@ -34,7 +34,7 @@ class _DartiumUpdater {
|
| }
|
| }
|
|
|
| - String get _getUpdateCommand() {
|
| + List<String> get _getUpdateCommand() {
|
| String scriptPath = new Options().script.replaceAll('\\', '/');
|
| String toolsDir = scriptPath.substring(0, scriptPath.lastIndexOf('/'));
|
| List<String> command = ['$toolsDir/$script'];
|
|
|