Chromium Code Reviews| Index: tests/corelib/collection_test.dart |
| diff --git a/tests/corelib/collection_test.dart b/tests/corelib/collection_test.dart |
| index 86f1114855f5e4afa927882868782840a65ab63d..d258fe64b4dfd852d2f4a094f60f07589cad4696 100644 |
| --- a/tests/corelib/collection_test.dart |
| +++ b/tests/corelib/collection_test.dart |
| @@ -4,6 +4,7 @@ |
| library collection_test; |
| +import "package:expect/expect.dart"; |
| import 'dart:collection' show Queue; |
| class CollectionTest { |