Chromium Code Reviews| Index: tests/lib/async/catch_errors21_test.dart |
| diff --git a/tests/lib/async/catch_errors21_test.dart b/tests/lib/async/catch_errors21_test.dart |
| index 689bdcfb0ec235c8db6ecba1705a3077d25e2fbc..28dec7f71ed98e21a770b5966c5a8ced221b6f24 100644 |
| --- a/tests/lib/async/catch_errors21_test.dart |
| +++ b/tests/lib/async/catch_errors21_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 |