| Index: tests/corelib/queue_last_test.dart
|
| diff --git a/tests/corelib/queue_last_test.dart b/tests/corelib/queue_last_test.dart
|
| index 39983ba28dda75e0f31a29c99fad944b46dbd22a..58096d98eb1d247b92ca49d66c31b217afa932a1 100644
|
| --- a/tests/corelib/queue_last_test.dart
|
| +++ b/tests/corelib/queue_last_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 queue.last.test;
|
| +import 'dart:collection' show Queue;
|
| +
|
| main() {
|
| Queue<int> queue1 = new Queue<int>();
|
| queue1..add(11)
|
|
|