| Index: tests/lib_strong/async/catch_errors.dart
|
| diff --git a/tests/lib_strong/async/catch_errors.dart b/tests/lib_strong/async/catch_errors.dart
|
| index 925ce2c2f269a3b1c3d3eb74acc86e0119078adc..b170b70467fbbdb118cd5a610105b61750d41f2c 100644
|
| --- a/tests/lib_strong/async/catch_errors.dart
|
| +++ b/tests/lib_strong/async/catch_errors.dart
|
| @@ -2,7 +2,7 @@ library catch_errors;
|
|
|
| import 'dart:async';
|
|
|
| -Stream catchErrors(void body()) {
|
| +Stream catchErrors(dynamic body()) {
|
| StreamController controller;
|
|
|
| bool onError(e, st) {
|
|
|