Chromium Code Reviews| Index: test/stream_splitter_test.dart |
| diff --git a/test/stream_splitter_test.dart b/test/stream_splitter_test.dart |
| index ffd0c87afb2899a0f6decf1ac804e93dcc67e447..077ba2266d5c8b5fb63b3ff295705e0cad960643 100644 |
| --- a/test/stream_splitter_test.dart |
| +++ b/test/stream_splitter_test.dart |
| @@ -8,7 +8,7 @@ import 'package:async/async.dart'; |
| import 'package:test/test.dart'; |
| main() { |
| - var controller; |
| + StreamController<int> controller; |
| var splitter; |
| setUp(() { |
| controller = new StreamController<int>(); |