| Index: test/dart_codegen/expect/collection/iterator.dart
|
| diff --git a/test/dart_codegen/expect/collection/iterator.dart b/test/dart_codegen/expect/collection/iterator.dart
|
| index 6b0a400184a7b9e32796811c34fe3ae935a750a7..17606cabda2160ddd3d6e3df933f639d98b65b1a 100644
|
| --- a/test/dart_codegen/expect/collection/iterator.dart
|
| +++ b/test/dart_codegen/expect/collection/iterator.dart
|
| @@ -11,7 +11,7 @@ part of dart.collection;
|
| }
|
| E next() {
|
| if (!hasNext) throw new StateError("No more elements");
|
| - assert (_state == _HAS_NEXT_AND_NEXT_IN_CURRENT); E result = DDC$RT.cast(_iterator.current, dynamic, E, "CastGeneral", """line 33, column 16 of dart:collection/iterator.dart: """, _iterator.current is E, false);
|
| + assert (_state == _HAS_NEXT_AND_NEXT_IN_CURRENT); E result = DEVC$RT.cast(_iterator.current, dynamic, E, "CastGeneral", """line 33, column 16 of dart:collection/iterator.dart: """, _iterator.current is E, false);
|
| _move();
|
| return result;
|
| }
|
|
|