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..f4f6ef54a982404002058ec61319d056c19d51d1 100644 |
--- a/tests/lib/async/slow_consumer_test.dart |
+++ b/tests/lib/async/slow_consumer_test.dart |
@@ -69,6 +69,7 @@ class DataProvider { |
DataProvider(int this.bytesPerSecond, int this.targetCount, this.chunkSize) { |
controller = new StreamController( |
+ sync: true, |
onPause: onPauseStateChange, |
onResume: onPauseStateChange); |
Timer.run(send); |