Chromium Code Reviews| Index: tests/lib/async/catch_errors3_test.dart |
| diff --git a/tests/lib/async/catch_errors3_test.dart b/tests/lib/async/catch_errors3_test.dart |
| index 16b0f5eb843980c40a266a04ecae3596d1bbeb12..2edcfb2e7f2b79c0b0e92aa3df5f66e4f1b07253 100644 |
| --- a/tests/lib/async/catch_errors3_test.dart |
| +++ b/tests/lib/async/catch_errors3_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 |