| Index: utils/tests/pub/test_pub.dart
|
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
|
| index 09883f07abf81ef498ec69a1393c718018f318b6..852a64af63566eace47b7a2dd2abbd17450f3cfb 100644
|
| --- a/utils/tests/pub/test_pub.dart
|
| +++ b/utils/tests/pub/test_pub.dart
|
| @@ -254,6 +254,8 @@ void schedulePub([List<String> args, Pattern output, Pattern error,
|
| var platform = Platform.operatingSystem;
|
| var dartBin = join(scriptDir, '../../../tools/testing/bin/$platform/dart');
|
|
|
| + if (platform == 'windows') dartBin = '$dartBin.exe';
|
| +
|
| // Find the main pub entrypoint.
|
| var pubPath = fs.joinPaths(scriptDir, '../../pub/pub.dart');
|
|
|
|
|