Index: tests/corelib/map_values_test.dart |
diff --git a/tests/corelib/map_values_test.dart b/tests/corelib/map_values_test.dart |
index dee7e23f5a14a259a344bd9aea22dd91f3fc9a62..cd3f366d8cbb84167ee566c4c0b7b78bf3297a1c 100644 |
--- a/tests/corelib/map_values_test.dart |
+++ b/tests/corelib/map_values_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
+ |
main() { |
var map1 = { "foo": 42, "bar": 499 }; |
var map2 = {}; |