| Index: tests/corelib/queue_iterator_test.dart
|
| diff --git a/tests/corelib/queue_iterator_test.dart b/tests/corelib/queue_iterator_test.dart
|
| index ca1d9ab7c673faabc6e38d61549b018d84c44273..3b7e3a9a0889c8055254402e14e7679bd8e8cb03 100644
|
| --- a/tests/corelib/queue_iterator_test.dart
|
| +++ b/tests/corelib/queue_iterator_test.dart
|
| @@ -2,6 +2,10 @@
|
| // 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 queue.iterator.test;
|
| +
|
| +import 'dart:collection' show Queue;
|
| +
|
| class QueueIteratorTest {
|
| static testMain() {
|
| testSmallQueue();
|
|
|