| Index: tests/lib/async/slow_consumer2_test.dart
|
| diff --git a/tests/lib/async/slow_consumer2_test.dart b/tests/lib/async/slow_consumer2_test.dart
|
| index 2108870bfb7de7e5d00bb66ad8908cfbcbdc724e..0c56f4a2e7651a0942f4749eab64e1fb86ceb22c 100644
|
| --- a/tests/lib/async/slow_consumer2_test.dart
|
| +++ b/tests/lib/async/slow_consumer2_test.dart
|
| @@ -71,6 +71,7 @@ class DataProvider {
|
|
|
| DataProvider(int this.bytesPerSecond, int this.targetCount, this.chunkSize) {
|
| controller = new StreamController(
|
| + sync: true,
|
| onPause: onPauseStateChange,
|
| onResume: onPauseStateChange);
|
| Timer.run(send);
|
|
|