| Index: tests/lib/async/catch_errors6_test.dart
|
| diff --git a/tests/lib/async/catch_errors6_test.dart b/tests/lib/async/catch_errors6_test.dart
|
| index d7a9ee88a5d1c03d5e3ba28d10aeca8c25828742..f9b526184579f7a536f04bc9d8590c466d650916 100644
|
| --- a/tests/lib/async/catch_errors6_test.dart
|
| +++ b/tests/lib/async/catch_errors6_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
|
|
|