| Index: tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart
|
| diff --git a/tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart b/tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart
|
| index a8fe554c131b22cedf85b3355a5277571bda29c3..4b06ef90e6b21104316ad46fd76d825a19ba703d 100644
|
| --- a/tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart
|
| +++ b/tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart
|
| @@ -8,7 +8,7 @@ import 'dart:convert';
|
| import 'json_unicode_tests.dart';
|
| import "package:async_helper/async_helper.dart";
|
|
|
| -final JSON_UTF8 = JSON.fuse(UTF8);
|
| +final JSON_UTF8 = JSON.fuse<List<int>>(UTF8);
|
|
|
|
|
| Stream<List<int>> encode(Object o) {
|
|
|