| Index: test/dart_codegen/expect/collection/queue.dart
|
| diff --git a/test/dart_codegen/expect/collection/queue.dart b/test/dart_codegen/expect/collection/queue.dart
|
| index a3fd90f0a00da05063c3d8c4c8f01e539231e0fe..bb35e7b0480f34ef72901b4a67d942700827e058 100644
|
| --- a/test/dart_codegen/expect/collection/queue.dart
|
| +++ b/test/dart_codegen/expect/collection/queue.dart
|
| @@ -494,7 +494,7 @@ _queue._checkModification(_modificationCount);
|
| _current = null;
|
| return false;
|
| }
|
| - _current = ((__x11) => DEVC$RT.cast(__x11, dynamic, E, "CompositeCast", """line 738, column 16 of dart:collection/queue.dart: """, __x11 is E, false))(_queue._table[_position]);
|
| + _current = ((__x15) => DEVC$RT.cast(__x15, dynamic, E, "CompositeCast", """line 738, column 16 of dart:collection/queue.dart: """, __x15 is E, false))(_queue._table[_position]);
|
| _position = (_position + 1) & (_queue._table.length - 1);
|
| return true;
|
| }
|
|
|