| Index: test/dart_codegen/expect/collection/linked_hash_map.dart
|
| diff --git a/test/dart_codegen/expect/collection/linked_hash_map.dart b/test/dart_codegen/expect/collection/linked_hash_map.dart
|
| index 3a04381136568980d5eafb13087bf87e8be61e38..a3ade40cc49f65c9c980d8bfb091749ee212664a 100644
|
| --- a/test/dart_codegen/expect/collection/linked_hash_map.dart
|
| +++ b/test/dart_codegen/expect/collection/linked_hash_map.dart
|
| @@ -6,7 +6,7 @@ part of dart.collection;
|
| factory LinkedHashMap.from(Map other) {
|
| LinkedHashMap<K, V> result = new LinkedHashMap<K, V>();
|
| other.forEach((k, v) {
|
| - result[k] = DDC$RT.cast(v, dynamic, V, "CastGeneral", """line 74, column 40 of dart:collection/linked_hash_map.dart: """, v is V, false);
|
| + result[k] = DEVC$RT.cast(v, dynamic, V, "CastGeneral", """line 74, column 40 of dart:collection/linked_hash_map.dart: """, v is V, false);
|
| }
|
| );
|
| return result;
|
|
|