Chromium Code Reviews| Index: tests/corelib/maps_test.dart |
| diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart |
| index 95b2e1decb4521d5435fc4842cdd6fdfdd855561..a696e89a2de68cf9c230b0ad0414a8b9d097ac54 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"; |