Chromium Code Reviews| Index: tests/corelib/queue_test.dart |
| diff --git a/tests/corelib/queue_test.dart b/tests/corelib/queue_test.dart |
| index 953721bd25fa1e463073e0ac01fcf940566c594c..11f6e3c018f20ee048a1d86f9f20f6c403d2c232 100644 |
| --- a/tests/corelib/queue_test.dart |
| +++ b/tests/corelib/queue_test.dart |
| @@ -2,7 +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_test; |
| +library queue.test; |
| + |
| +import 'dart:collection'; |
| class QueueTest { |