| Index: tests/lib/async/catch_errors24_test.dart
|
| diff --git a/tests/lib/async/catch_errors24_test.dart b/tests/lib/async/catch_errors24_test.dart
|
| index c8a9d2e598b3fdb02466341557e591bec2af8375..4a5508f862a88825fbe95e85dcac28aab10399e2 100644
|
| --- a/tests/lib/async/catch_errors24_test.dart
|
| +++ b/tests/lib/async/catch_errors24_test.dart
|
| @@ -5,6 +5,7 @@
|
| import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:isolate';
|
| +import 'catch_errors.dart';
|
|
|
| main() {
|
| // We keep a ReceivePort open until all tests are done. This way the VM will
|
|
|