Chromium Code Reviews| Index: tests/lib/async/catch_errors25_test.dart |
| diff --git a/tests/lib/async/catch_errors25_test.dart b/tests/lib/async/catch_errors25_test.dart |
| index 22fa8f0e8242e767ec73b6ba3d6be8f3c9448c04..162a4a358dfef476b658812737bd282c8a585cc0 100644 |
| --- a/tests/lib/async/catch_errors25_test.dart |
| +++ b/tests/lib/async/catch_errors25_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 |