| Index: tests/corelib/has_next_iterator_test.dart
|
| diff --git a/tests/corelib/has_next_iterator_test.dart b/tests/corelib/has_next_iterator_test.dart
|
| index 803bfd036193839b7dcc554ee62e6e16a1bea12d..299e11d087fd6983d73939eb7383814e81d0a00b 100644
|
| --- a/tests/corelib/has_next_iterator_test.dart
|
| +++ b/tests/corelib/has_next_iterator_test.dart
|
| @@ -2,6 +2,9 @@
|
| // 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.
|
|
|
| +library hasNextIterator.test;
|
| +import 'dart:collection';
|
| +
|
| main() {
|
| var it = new HasNextIterator([].iterator);
|
| Expect.isFalse(it.hasNext);
|
|
|