Index: tests/corelib/list_map_test.dart |
diff --git a/tests/corelib/list_map_test.dart b/tests/corelib/list_map_test.dart |
index 31d3439bb2a4de9fb9f5e89b12b32ba6fbbe2f9f..bd0e62d999ad9fd34257db32738c888d62e3a850 100644 |
--- a/tests/corelib/list_map_test.dart |
+++ b/tests/corelib/list_map_test.dart |
@@ -2,6 +2,7 @@ |
// 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() { |
testOperations(); |