| Index: tests/lib/async/catch_errors7_test.dart
|
| diff --git a/tests/lib/async/catch_errors7_test.dart b/tests/lib/async/catch_errors7_test.dart
|
| index b7561833935e322df086a79b0a7f19ddc42a2079..1d6310d97858c125ee0d3843005747a343dde158 100644
|
| --- a/tests/lib/async/catch_errors7_test.dart
|
| +++ b/tests/lib/async/catch_errors7_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
|
|
|