Chromium Code Reviews| Index: tests/corelib/map_test.dart |
| diff --git a/tests/corelib/map_test.dart b/tests/corelib/map_test.dart |
| index 4b447935d7d5ef00ec38ef4303f8e653c7740a63..0f784372a836ecbf5f425c0d3cc2c99a43995299 100644 |
| --- a/tests/corelib/map_test.dart |
| +++ b/tests/corelib/map_test.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library("MapTest.dart"); |
| -#import("dart:coreimpl"); |
| +#import("dart:collection"); |
| class MapTest { |