Chromium Code Reviews| Index: tests/lib_2/async/slow_consumer3_test.dart |
| diff --git a/tests/lib/async/slow_consumer3_test.dart b/tests/lib_2/async/slow_consumer3_test.dart |
| similarity index 98% |
| rename from tests/lib/async/slow_consumer3_test.dart |
| rename to tests/lib_2/async/slow_consumer3_test.dart |
| index 96ff202fbdd01870504d7e4f03c89e146d40beac..5ccf98c0bc94482d7e99101fda609bbd18ade94c 100644 |
| --- a/tests/lib/async/slow_consumer3_test.dart |
| +++ b/tests/lib_2/async/slow_consumer3_test.dart |
| @@ -14,7 +14,7 @@ const int KB = 1024; |
| const int MB = KB * KB; |
| const int GB = KB * KB * KB; |
| -class SlowConsumer extends StreamConsumer { |
| +class SlowConsumer extends StreamConsumer<List> { |
|
Bob Nystrom
2017/08/23 21:49:32
Use List<int> here and below?
|
| int receivedCount = 0; |
| final int bytesPerSecond; |
| final int bufferSize; |