Chromium Code Reviews| Index: tests/corelib/maps_test.dart |
| diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart |
| index b9abaa7940536f21d0230712241eb88c0fd06700..c6575928138ef34fd962b7befa65c2be84b40b76 100644 |
| --- a/tests/corelib/maps_test.dart |
| +++ b/tests/corelib/maps_test.dart |
| @@ -4,6 +4,7 @@ |
| #library("MapsTest.dart"); |
| #import("dart:coreimpl"); |
| +#import("dart:collection"); |
| main() { |
| final key1 = "key1"; |