Index: tests/language/map_literal_test.dart |
diff --git a/tests/language/map_literal_test.dart b/tests/language/map_literal_test.dart |
index 1f2b8d775cb40ba4857723cf8c4d7ef748e072ed..48fa0d8d71b8a8720fee790a5f2ce23393ff1d40 100644 |
--- a/tests/language/map_literal_test.dart |
+++ b/tests/language/map_literal_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"; |
+ |
// Tests map literals. |
class MapLiteralTest { |