| Index: tests/lib/convert/json_utf8_chunk_test.dart
|
| diff --git a/tests/lib/convert/json_utf8_chunk_test.dart b/tests/lib/convert/json_utf8_chunk_test.dart
|
| index b881f1d5c6457106bb8fe6cdef5bc00509b4eb29..27324ed2ba14c399873e829acdec8e05543b7b49 100644
|
| --- a/tests/lib/convert/json_utf8_chunk_test.dart
|
| +++ b/tests/lib/convert/json_utf8_chunk_test.dart
|
| @@ -236,7 +236,7 @@ void jsonMalformedTest(name, expect, codes) {
|
|
|
| // Test that `codeString.codeUnits` fails to parse as UTF-8 JSON,
|
| // even with decoder not throwing on malformed encodings.
|
| -void jsonThrows(Strig name, String codeString) {
|
| +void jsonThrows(String name, String codeString) {
|
| testJsonThrows(tag, action) {
|
| // Not allowing malformed, expect throw.
|
| var sink = new ChunkedConversionSink.withCallback((values) {
|
|
|