| Index: tools/testing/dart/drt_updater.dart
|
| diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart
|
| index ad7e731c25162339bc8fa059c6ec6762bc11259a..7ddaf1f3544b571975253980299d15ddf98694de 100644
|
| --- a/tools/testing/dart/drt_updater.dart
|
| +++ b/tools/testing/dart/drt_updater.dart
|
| @@ -33,7 +33,7 @@ class _DartiumUpdater {
|
| }
|
| }
|
|
|
| - List<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'];
|
|
|