| Index: tests/lib/async/catch_errors27_test.dart
|
| diff --git a/tests/lib/async/catch_errors27_test.dart b/tests/lib/async/catch_errors27_test.dart
|
| index 76bd08322ac095efa3f88a3e128ba3cdb9168d15..a73c51da5531f2489ed2a11a35dd8a81950057c1 100644
|
| --- a/tests/lib/async/catch_errors27_test.dart
|
| +++ b/tests/lib/async/catch_errors27_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
|
|
|