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

Unified Diff: tests/language_strong/positional_parameters_type_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_strong/parameter_metadata_test.dart ('k') | tests/language_strong/prefix22_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/positional_parameters_type_test.dart
diff --git a/tests/language_strong/positional_parameters_type_test.dart b/tests/language_strong/positional_parameters_type_test.dart
index 1db52858896e51e7e5ff6e8826332c3e1b41a4d8..e80996fa0d30a462d7905f8684ad4514f477754e 100644
--- a/tests/language_strong/positional_parameters_type_test.dart
+++ b/tests/language_strong/positional_parameters_type_test.dart
@@ -18,6 +18,6 @@ main() {
anyFunction = funNumOptBoolX;
acceptFunNumOptBool(funNumOptBool);
acceptFunNumOptBool(funNumOptBoolX);
- acceptFunNumOptBool(funNum); // /// 01: runtime error
- acceptFunNumOptBool(funNumBool); // /// 02: static type warning, runtime error
+ acceptFunNumOptBool(funNum); // //# 01: runtime error
+ acceptFunNumOptBool(funNumBool); // //# 02: static type warning, runtime error
}
« no previous file with comments | « tests/language_strong/parameter_metadata_test.dart ('k') | tests/language_strong/prefix22_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698