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

Unified Diff: tests/language_strong/named_parameters_type_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_parameters_type_test.dart
diff --git a/tests/language_strong/named_parameters_type_test.dart b/tests/language_strong/named_parameters_type_test.dart
index 5f8448954e6ea3531f172819584a982d621911bb..c88401f379966981de786550eb977888f717adef 100644
--- a/tests/language_strong/named_parameters_type_test.dart
+++ b/tests/language_strong/named_parameters_type_test.dart
@@ -17,7 +17,7 @@ main() {
anyFunction = funNumOptBool;
anyFunction = funNumOptBoolX;
acceptFunNumOptBool(funNumOptBool);
- acceptFunNumOptBool(funNum); /// 01: runtime error
- acceptFunNumOptBool(funNumBool); /// 02: static type warning, runtime error
- acceptFunNumOptBool(funNumOptBoolX); /// 03: static type warning, runtime error
+ acceptFunNumOptBool(funNum); //# 01: runtime error
+ acceptFunNumOptBool(funNumBool); //# 02: static type warning, runtime error
+ acceptFunNumOptBool(funNumOptBoolX); //# 03: static type warning, runtime error
}

Powered by Google App Engine
This is Rietveld 408576698