| Index: tests/corelib/list_iterators_test.dart
|
| diff --git a/tests/corelib/list_iterators_test.dart b/tests/corelib/list_iterators_test.dart
|
| index e7ed128396e7612c991ada5e1d1bea8d93105161..092082e4e160d5f12bfba2540e35e71053a24729 100644
|
| --- a/tests/corelib/list_iterators_test.dart
|
| +++ b/tests/corelib/list_iterators_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class ListIteratorsTest {
|
| static void checkListIterator(List a) {
|
| Iterator it = a.iterator;
|
|
|