Chromium Code Reviews| Index: tests/lib/async/catch_errors2_test.dart |
| diff --git a/tests/lib/async/catch_errors2_test.dart b/tests/lib/async/catch_errors2_test.dart |
| index 3469fb84915dd0cce2052b61251b4d3b1066b5ba..18fefaf6d82d90f4c9b6c5c6bd62feda3073a927 100644 |
| --- a/tests/lib/async/catch_errors2_test.dart |
| +++ b/tests/lib/async/catch_errors2_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 |