| Index: tests/lib/async/catch_errors18_test.dart
|
| diff --git a/tests/lib/async/catch_errors18_test.dart b/tests/lib/async/catch_errors18_test.dart
|
| index 655d5290cadfef6e61fc5ce09b991e77f896042a..33e60ab03a63215305f60acd1ed71be91bf214b3 100644
|
| --- a/tests/lib/async/catch_errors18_test.dart
|
| +++ b/tests/lib/async/catch_errors18_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
|
|
|