Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: tests/lib_strong/convert/streamed_conversion_json_utf8_encode_test.dart

Issue 2779843004: Fix top-level inference errors for most of the newly failing tests. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « tests/lib_strong/convert/streamed_conversion_json_utf8_decode_test.dart ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698