Chromium Code Reviews| Index: tests/corelib/map_from_test.dart |
| diff --git a/tests/corelib/map_from_test.dart b/tests/corelib/map_from_test.dart |
| index bc47e9d448ce817cdab6e4fd9488e0939a24cd0f..b6f186065b366ca506ac3d0e81c4d3a6d783f4e2 100644 |
| --- a/tests/corelib/map_from_test.dart |
| +++ b/tests/corelib/map_from_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library map.from.test; |
| +import "package:expect/expect.dart"; |
| import 'dart:collection'; |
| main() { |