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

Unified Diff: tests/language_strong/named_parameters2_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/named_parameters2_test.dart
diff --git a/tests/language_strong/named_parameters2_test.dart b/tests/language_strong/named_parameters2_test.dart
index 22ae60350ffab95e91a808fdcdc910c147a9fd0c..e9b8ef3fd50b95087aa4af9747130f218624eb98 100644
--- a/tests/language_strong/named_parameters2_test.dart
+++ b/tests/language_strong/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;
}

Powered by Google App Engine
This is Rietveld 408576698