Chromium Code Reviews| Index: tests/lib/async/catch_errors19_test.dart |
| diff --git a/tests/lib/async/catch_errors19_test.dart b/tests/lib/async/catch_errors19_test.dart |
| index 56c230eb70f27fd7fe431109d1d74bb5ebe7d226..dec100a2669138f816e7d022b7e6eac741e968c6 100644 |
| --- a/tests/lib/async/catch_errors19_test.dart |
| +++ b/tests/lib/async/catch_errors19_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 |