| Index: tests/isolate/package_root_test.dart
|
| diff --git a/tests/isolate/package_root_test.dart b/tests/isolate/package_root_test.dart
|
| index df3eae7ef50e167ec64bdcda13c766933d49cfb1..79b1c353313c5d4d8a22af1cb590c79c1bd5d541 100644
|
| --- a/tests/isolate/package_root_test.dart
|
| +++ b/tests/isolate/package_root_test.dart
|
| @@ -7,7 +7,7 @@ import 'dart:isolate';
|
|
|
| final SPAWN_PACKAGE_ROOT = "file:///no/such/file/";
|
|
|
| -void main([args, port]) async {
|
| +main([args, port]) async {
|
| if (port != null) {
|
| testPackageRoot(port);
|
| return;
|
|
|