Index: tests/corelib/map_values2_test.dart |
diff --git a/tests/corelib/map_values2_test.dart b/tests/corelib/map_values2_test.dart |
index 08b426a595eb3f071c72727085fa76c5f74d5f32..8efc5326456b2294bb01c52ed49e82c2ace48251 100644 |
--- a/tests/corelib/map_values2_test.dart |
+++ b/tests/corelib/map_values2_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 = <String, int>{ "foo": 42, "bar": 499 }; |
var map2 = <String, int>{}; |