Chromium Code Reviews| Index: tests/lib/async/catch_errors22_test.dart |
| diff --git a/tests/lib/async/catch_errors22_test.dart b/tests/lib/async/catch_errors22_test.dart |
| index 2d92e8c8aea716609ed4e39da18284346528d061..46debaf65eb934c1955e87ed9beeed60d73ea040 100644 |
| --- a/tests/lib/async/catch_errors22_test.dart |
| +++ b/tests/lib/async/catch_errors22_test.dart |
| @@ -9,6 +9,7 @@ import 'catch_errors.dart'; |
| main() { |
| asyncStart(); |
| + |
| var events = []; |
| bool onDoneWasCalled = false; |
| var controller = new StreamController(); |