| Index: test/dart_codegen/expect/convert/latin1.dart
|
| diff --git a/test/dart_codegen/expect/convert/latin1.dart b/test/dart_codegen/expect/convert/latin1.dart
|
| index f22e91cd37971e57b7f32297abc9f6330ef4ff0e..51cc42244d7ca946c14ba8bf03098dbdbafbb87f 100644
|
| --- a/test/dart_codegen/expect/convert/latin1.dart
|
| +++ b/test/dart_codegen/expect/convert/latin1.dart
|
| @@ -72,9 +72,9 @@ RangeError.checkValidRange(start, end, source.length);
|
| int char = source[i];
|
| if (char > _LATIN1_MASK || char < 0) {
|
| if (i > start) _addSliceToSink(source, start, i, false);
|
| - _addSliceToSink(((__x29) => DDC$RT.cast(__x29, DDC$RT.type((List<dynamic> _) {
|
| + _addSliceToSink(((__x29) => DEVC$RT.cast(__x29, DEVC$RT.type((List<dynamic> _) {
|
| }
|
| -), DDC$RT.type((List<int> _) {
|
| +), DEVC$RT.type((List<int> _) {
|
| }
|
| ), "CastLiteral", """line 161, column 25 of dart:convert/latin1.dart: """, __x29 is List<int>, false))(const [0xFFFD]), 0, 1, false);
|
| start = i + 1;
|
|
|