| Index: tests/corelib/queue_single_test.dart
|
| diff --git a/tests/corelib/queue_single_test.dart b/tests/corelib/queue_single_test.dart
|
| index 077c507f1cdf33e5cadb7f65da3a99e87ee1e6cf..533cde697815c769a84bbc59bd80f89e894b48cb 100644
|
| --- a/tests/corelib/queue_single_test.dart
|
| +++ b/tests/corelib/queue_single_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.single.test;
|
| +import 'dart:collection' show Queue;
|
| +
|
| main() {
|
| Queue<int> queue1 = new Queue<int>();
|
| queue1.add(42);
|
|
|