| Index: tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart
|
| diff --git a/tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart b/tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart
|
| index ab014ee598c45252ca8cf08dfdd5cff1bc8fe0e3..e35a1a144f644ba1e399044a96569e43a034a4ad 100644
|
| --- a/tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart
|
| +++ b/tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart
|
| @@ -11,7 +11,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);
|
|
|
| void expectJsonEquals(o1, o2, [path = "result"]) {
|
| if (o1 == o2) return;
|
|
|