Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: tests/language_strong/map_literal1_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language_strong/map_literal1_test.dart
diff --git a/tests/language_strong/map_literal1_test.dart b/tests/language_strong/map_literal1_test.dart
index b3ccd5e7f9427b8f38ccf350a1230caddf017e91..cf4a4361f5aae57faac4dba22cf3ce91dfafebb7 100644
--- a/tests/language_strong/map_literal1_test.dart
+++ b/tests/language_strong/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};
}

Powered by Google App Engine
This is Rietveld 408576698