| Index: test/dart_codegen/expect/convert/byte_conversion.dart
|
| diff --git a/test/dart_codegen/expect/convert/byte_conversion.dart b/test/dart_codegen/expect/convert/byte_conversion.dart
|
| index d4b387019e2bddcc5e66a3d7a20385f249b689ed..83c047e656cf640e50f4dcbf6ea071b43a84a0b7 100644
|
| --- a/test/dart_codegen/expect/convert/byte_conversion.dart
|
| +++ b/test/dart_codegen/expect/convert/byte_conversion.dart
|
| @@ -18,7 +18,7 @@ add(chunk.sublist(start, end));
|
| }
|
| class _ByteCallbackSink extends ByteConversionSinkBase {static const _INITIAL_BUFFER_SIZE = 1024;
|
| final _ChunkedConversionCallback<List<int>> _callback;
|
| - List<int> _buffer = new Uint8List(_INITIAL_BUFFER_SIZE);
|
| + List<int> _buffer = new Uint8List(DDC$RT.cast(_INITIAL_BUFFER_SIZE, dynamic, int, "CastGeneral", """line 81, column 37 of dart:convert/byte_conversion.dart: """, _INITIAL_BUFFER_SIZE is int, true));
|
| int _bufferIndex = 0;
|
| _ByteCallbackSink(void callback(List<int> accumulated)) : this._callback = callback;
|
| void add(Iterable<int> chunk) {
|
|
|