Index: tests/lib/async/slow_consumer_test.dart |
diff --git a/tests/lib/async/slow_consumer_test.dart b/tests/lib/async/slow_consumer_test.dart |
index a20ad6dca026683ee81dc768831b4932e73d6da5..7d552b2bfa5d90f1e15bd1ccca19251d35e0002f 100644 |
--- a/tests/lib/async/slow_consumer_test.dart |
+++ b/tests/lib/async/slow_consumer_test.dart |
@@ -68,7 +68,7 @@ class DataProvider { |
Timer pendingSend; |
DataProvider(int this.bytesPerSecond, int this.targetCount, this.chunkSize) { |
- controller = new StreamController( |
+ controller = new StreamController(sync: true, |
floitsch
2013/05/30 12:13:48
next line.
Lasse Reichstein Nielsen
2013/05/31 05:51:59
Done.
|
onPause: onPauseStateChange, |
onResume: onPauseStateChange); |
Timer.run(send); |