Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: test/stream_splitter_test.dart

Issue 2161283002: Fix Dart 1.17 strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/stream_queue_test.dart ('k') | test/stream_zip_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>();
« no previous file with comments | « test/stream_queue_test.dart ('k') | test/stream_zip_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698