Chromium Code Reviews| Index: tests/lib/async/catch_errors8_test.dart |
| diff --git a/tests/lib/async/catch_errors8_test.dart b/tests/lib/async/catch_errors8_test.dart |
| index 74abfb703114f26ddff8e1589cb383672b0e30ef..f4ce9921ed35192337f7874aced20ee876f7fd6a 100644 |
| --- a/tests/lib/async/catch_errors8_test.dart |
| +++ b/tests/lib/async/catch_errors8_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 |