Index: tests/corelib/maps_test.dart |
diff --git a/tests/corelib/maps_test.dart b/tests/corelib/maps_test.dart |
index 6d5193987b9d4919302e2b37e2a456b13c16cda1..91849a8c9d42fddfe310ea540c957aac408227a2 100644 |
--- a/tests/corelib/maps_test.dart |
+++ b/tests/corelib/maps_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library maps_test; |
+import "package:expect/expect.dart"; |
import 'dart:collection'; |
main() { |