Chromium Code Reviews| Index: tests/lib/async/catch_errors5_test.dart |
| diff --git a/tests/lib/async/catch_errors5_test.dart b/tests/lib/async/catch_errors5_test.dart |
| index a6c70db40a3835d6ef66b38f8e325a6fedce7243..1d98f11ebbf4d6c448294ab250fa14f5329543e4 100644 |
| --- a/tests/lib/async/catch_errors5_test.dart |
| +++ b/tests/lib/async/catch_errors5_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 |