| Index: dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart
|
| diff --git a/dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart b/dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart
|
| index 5c1192a9bbf32442952b15f23e69e556050a2b67..daefc46e3818cd5906b774565f465b1a7b0e8df9 100644
|
| --- a/dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart
|
| +++ b/dart/tests/isolate/spawn_uri_missing_from_isolate_test.dart
|
| @@ -36,6 +36,7 @@ main() {
|
| } else {
|
| completer.completeError(message);
|
| }
|
| + port.close();
|
| });
|
|
|
| asyncTest(() => completer.future);
|
|
|