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