| Index: tests/standalone/io/regress_8828_test.dart
 | 
| diff --git a/tests/standalone/io/regress_8828_test.dart b/tests/standalone/io/regress_8828_test.dart
 | 
| index c33a56d2e8e13dddcfec471b70c11f98bb2945bd..b801545cf001ed452e4b1c17202d145fc934cf1f 100644
 | 
| --- a/tests/standalone/io/regress_8828_test.dart
 | 
| +++ b/tests/standalone/io/regress_8828_test.dart
 | 
| @@ -26,7 +26,7 @@ void main() {
 | 
|            return request.close();
 | 
|          })
 | 
|          .then((HttpClientResponse response) {
 | 
| -            List<int> body = new List();
 | 
| +          List<int> body = new List();
 | 
|            response.listen(body.addAll,
 | 
|                            onDone: () {
 | 
|                              Expect.equals("first line\nsecond line\n",
 | 
| 
 |