| Index: test/dart_codegen/expect/async/stream_pipe.dart
|
| diff --git a/test/dart_codegen/expect/async/stream_pipe.dart b/test/dart_codegen/expect/async/stream_pipe.dart
|
| index 30fab07f4a0f242a06fd376d18e8d4b5ea7e109c..6728b86ef7686b6e50a9ae02c7b55b75002c02c7 100644
|
| --- a/test/dart_codegen/expect/async/stream_pipe.dart
|
| +++ b/test/dart_codegen/expect/async/stream_pipe.dart
|
| @@ -265,7 +265,7 @@ if (_equals == null) {
|
| isEqual = (_previous == inputEvent);
|
| }
|
| else {
|
| -isEqual = _equals(DEVC$RT.cast(_previous, dynamic, T, "CastGeneral", """line 426, column 29 of dart:async/stream_pipe.dart: """, _previous is T, false), inputEvent);
|
| +isEqual = _equals(DEVC$RT.cast(_previous, Object, T, "CastGeneral", """line 426, column 29 of dart:async/stream_pipe.dart: """, _previous is T, false), inputEvent);
|
| }
|
| }
|
| catch (e, s) {
|
|
|