| Index: tests/lib/async/catch_errors10_test.dart
|
| diff --git a/tests/lib/async/catch_errors10_test.dart b/tests/lib/async/catch_errors10_test.dart
|
| index 573ecc80e79f19f90f59fec41e75eb735e4e2b4e..b554dbdfadaf3124d04109ac45da6cf65bd744f3 100644
|
| --- a/tests/lib/async/catch_errors10_test.dart
|
| +++ b/tests/lib/async/catch_errors10_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
|
|
|