Index: tests/corelib/map_keys_test.dart |
diff --git a/tests/corelib/map_keys_test.dart b/tests/corelib/map_keys_test.dart |
index 8b3a83348f6717ce72bc9d2d69a8e4d25c6392d3..5e0233613dba13645a00583a774d9ba690472f89 100644 |
--- a/tests/corelib/map_keys_test.dart |
+++ b/tests/corelib/map_keys_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 = {}; |