Chromium Code Reviews| Index: tests/lib/async/catch_errors11_test.dart |
| diff --git a/tests/lib/async/catch_errors11_test.dart b/tests/lib/async/catch_errors11_test.dart |
| index d16372e6aab81dfe099e4d9fcdf35ae9828578f4..5375526172a50b91e7bb1cb5ca8f9861135be307 100644 |
| --- a/tests/lib/async/catch_errors11_test.dart |
| +++ b/tests/lib/async/catch_errors11_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 |