| Index: tests/lib/async/catch_errors_test.dart
|
| diff --git a/tests/lib/async/catch_errors_test.dart b/tests/lib/async/catch_errors_test.dart
|
| index 08ed6f50b3421e4f45f0cdd33a2c5f1648f56ecc..c981966663a3b66d8cd7ede2690daf4d192aee56 100644
|
| --- a/tests/lib/async/catch_errors_test.dart
|
| +++ b/tests/lib/async/catch_errors_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
|
|
|