Chromium Code Reviews| Index: tests/lib/async/catch_errors20_test.dart |
| diff --git a/tests/lib/async/catch_errors20_test.dart b/tests/lib/async/catch_errors20_test.dart |
| index 63d02a814d738752e4da54c7e537779de659ba1d..b0f0673b03b7646768028a9cd93fbee727b8e6a7 100644 |
| --- a/tests/lib/async/catch_errors20_test.dart |
| +++ b/tests/lib/async/catch_errors20_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 |