Index: tests/language/map_literal1_test.dart |
diff --git a/tests/language/map_literal1_test.dart b/tests/language/map_literal1_test.dart |
index b3ccd5e7f9427b8f38ccf350a1230caddf017e91..0305190321e5809ebd47ea8f6f1b6de03ac6a3d4 100644 |
--- a/tests/language/map_literal1_test.dart |
+++ b/tests/language/map_literal1_test.dart |
@@ -6,7 +6,7 @@ |
main() { |
var m = const |
- <String, String> /// 01: static type warning, checked mode compile-time error |
+ <String, String> // /// 01: static type warning, checked mode compile-time error |
{"a": 0}; |
} |