| Index: tests/lib/async/catch_errors13_test.dart
|
| diff --git a/tests/lib/async/catch_errors13_test.dart b/tests/lib/async/catch_errors13_test.dart
|
| index bac15b99bcfce825ce31f9b9ac824a875d881e5d..7c6752a807101d0bce77e0b97dfd472e4397cfd5 100644
|
| --- a/tests/lib/async/catch_errors13_test.dart
|
| +++ b/tests/lib/async/catch_errors13_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
|
|
|