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

Unified Diff: tests/language/named_parameters2_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/named_constructor_test.dart ('k') | tests/language/named_parameters_aggregated_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/named_parameters2_test.dart
diff --git a/tests/language/named_parameters2_test.dart b/tests/language/named_parameters2_test.dart
index 8c8bd8af4ed3a3d28a3c87b9c011c04fd6db436f..0de47e8f2f3ac52b7fc203255d7927079e25ed57 100644
--- a/tests/language/named_parameters2_test.dart
+++ b/tests/language/named_parameters2_test.dart
@@ -14,7 +14,7 @@ main() {
bool foundError = false;
try {
// Parameter b passed twice, as positional and named.
- test(10, 25, b: 26); // /// static type warning
+ test(10, 25, b: 26); // //# static type warning
} on NoSuchMethodError catch (e) {
foundError = true;
}
« no previous file with comments | « tests/language/named_constructor_test.dart ('k') | tests/language/named_parameters_aggregated_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698