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

Unified Diff: tests/language/map_literal1_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (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
« no previous file with comments | « tests/language/malformed_test.dart ('k') | tests/language/map_literal3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/map_literal1_test.dart
diff --git a/tests/language/map_literal1_test.dart b/tests/language/map_literal1_test.dart
index 0305190321e5809ebd47ea8f6f1b6de03ac6a3d4..6e336f4916d21422be6d59eaf7673a9d3f2c1da9 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};
}
« no previous file with comments | « tests/language/malformed_test.dart ('k') | tests/language/map_literal3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698