Chromium Code Reviews| Index: tests/lib/async/catch_errors12_test.dart |
| diff --git a/tests/lib/async/catch_errors12_test.dart b/tests/lib/async/catch_errors12_test.dart |
| index 59d9c6a400fd9a7dadf9ca7e0ea87767c92da28a..deb7cb454692aaa021a76a92915bb2b958342350 100644 |
| --- a/tests/lib/async/catch_errors12_test.dart |
| +++ b/tests/lib/async/catch_errors12_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 |