| Index: dart/tests/lib/async/stream_controller_async_test.dart
|
| ===================================================================
|
| --- dart/tests/lib/async/stream_controller_async_test.dart (revision 18634)
|
| +++ dart/tests/lib/async/stream_controller_async_test.dart (working copy)
|
| @@ -439,7 +439,7 @@
|
| }
|
|
|
| testStream("where", (s, act) => s.where(act));
|
| - testStream("mappedBy", (s, act) => s.map(act));
|
| + testStream("map", (s, act) => s.map(act));
|
| testStream("expand", (s, act) => s.expand(act));
|
| testStream("where", (s, act) => s.where(act));
|
| testStreamError("handleError", (s, act) => s.handleError(act));
|
|
|