| Index: tests/lib/async/catch_errors28_test.dart
|
| diff --git a/tests/lib/async/catch_errors28_test.dart b/tests/lib/async/catch_errors28_test.dart
|
| index a5ce19e1270c89291333580070da82118a7f13b2..09a208f52a5f62ce8695c537bb866626b667e042 100644
|
| --- a/tests/lib/async/catch_errors28_test.dart
|
| +++ b/tests/lib/async/catch_errors28_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
|
|
|