| Index: tests/lib/async/catch_errors16_test.dart
|
| diff --git a/tests/lib/async/catch_errors16_test.dart b/tests/lib/async/catch_errors16_test.dart
|
| index 7d8303e1eb4030438243d5a19ed17690fe8cf268..cb3621df42a7997eaa8da364c360b4bb2ce218ee 100644
|
| --- a/tests/lib/async/catch_errors16_test.dart
|
| +++ b/tests/lib/async/catch_errors16_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
|
|
|