Chromium Code Reviews| Index: tests/lib/async/catch_errors17_test.dart |
| diff --git a/tests/lib/async/catch_errors17_test.dart b/tests/lib/async/catch_errors17_test.dart |
| index cbc3bc906d77835d2579012467c4170ce5796b85..bf19b09b29c9f972c0003fc859b74d648c2048cd 100644 |
| --- a/tests/lib/async/catch_errors17_test.dart |
| +++ b/tests/lib/async/catch_errors17_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 |