| Index: tests/lib/async/catch_errors15_test.dart
|
| diff --git a/tests/lib/async/catch_errors15_test.dart b/tests/lib/async/catch_errors15_test.dart
|
| index 3809683f7748964e86dbc27a6d1b1e1342965fcd..2cea6feec6c8a7d660200d133e47616fc92f7b47 100644
|
| --- a/tests/lib/async/catch_errors15_test.dart
|
| +++ b/tests/lib/async/catch_errors15_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
|
|
|