| Index: tests/lib/async/catch_errors23_test.dart
|
| diff --git a/tests/lib/async/catch_errors23_test.dart b/tests/lib/async/catch_errors23_test.dart
|
| index 3e8545b96fe84c68fa8c1c42a90343d46759347c..2d2ff72632d0c283082d082043ba8b480483a4f6 100644
|
| --- a/tests/lib/async/catch_errors23_test.dart
|
| +++ b/tests/lib/async/catch_errors23_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
|
|
|