Chromium Code Reviews| Index: tests/html/streams_test.dart |
| diff --git a/tests/html/streams_test.dart b/tests/html/streams_test.dart |
| index 726764547e6909837bdd1424fab97fdba932d061..426e4d0181eda279ec0592eecbea7b6feeb85383 100644 |
| --- a/tests/html/streams_test.dart |
| +++ b/tests/html/streams_test.dart |
| @@ -190,7 +190,7 @@ main() { |
| }); |
| test('reduce', () { |
| - stream.reduce(null, (_) => null).then((_) {}); |
| + stream.reduce(null, (a, b) => null).then((_) {}); |
| }); |
| test('contains', () { |