Chromium Code Reviews| Index: tests/language/map_literal_test.dart |
| diff --git a/tests/language/map_literal_test.dart b/tests/language/map_literal_test.dart |
| index 34ccdfb485ff4172417bd9c92fd838bc326618d0..1f2b8d775cb40ba4857723cf8c4d7ef748e072ed 100644 |
| --- a/tests/language/map_literal_test.dart |
| +++ b/tests/language/map_literal_test.dart |
| @@ -37,7 +37,7 @@ class MapLiteralTest { |
| } |
| } |
| -class StaticInit { |
| +class StaticInit { |
| StaticInit() {} |
| // Test construction of static const map literals |