| Index: tests/lib/async/stream_controller_test.dart
|
| diff --git a/tests/lib/async/stream_controller_test.dart b/tests/lib/async/stream_controller_test.dart
|
| index b4aa6aa47ffbe5e6ebf9a54d67954a14b6eff8ef..006d83ae43dbdbd8d239ba240ebf6aaa72a65d32 100644
|
| --- a/tests/lib/async/stream_controller_test.dart
|
| +++ b/tests/lib/async/stream_controller_test.dart
|
| @@ -106,11 +106,8 @@ testMultiController() {
|
| handleData: (v, s) { s.addError(v); },
|
| handleError: (e, s) { s.add(e); },
|
| handleDone: (s) {
|
| -
|
| s.add("foo");
|
| -
|
| s.close();
|
| -
|
| })));
|
| sentEvents.replay(c);
|
| Expect.listEquals(expectedEvents.events, actualEvents.events);
|
|
|