| Index: tools/testing/dart/drt_updater.dart
|
| diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart
|
| index beeb014cf16d156b18863f5f879437c8e353fb3e..3f348859fa356dce9d0c50e174a41a68fda31eaf 100644
|
| --- a/tools/testing/dart/drt_updater.dart
|
| +++ b/tools/testing/dart/drt_updater.dart
|
| @@ -40,7 +40,7 @@ class _DartiumUpdater {
|
|
|
| List<String> get _getUpdateCommand {
|
| Uri updateScript = TestUtils.dartDirUri.resolve(script);
|
| - List<String> command = [updateScriptPath.toFilePath()];
|
| + List<String> command = [updateScript.toFilePath()];
|
| if (null != option) {
|
| command.add(option);
|
| }
|
|
|