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