| Index: tests/lib/async/catch_errors9_test.dart
|
| diff --git a/tests/lib/async/catch_errors9_test.dart b/tests/lib/async/catch_errors9_test.dart
|
| index e3413af827a233706ed5b9dea8224e2a4a378cc7..5912bf1ef37461d5c409e99be22a492359d61196 100644
|
| --- a/tests/lib/async/catch_errors9_test.dart
|
| +++ b/tests/lib/async/catch_errors9_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
|
|
|