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

Unified Diff: tests/language/positional_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/positional_parameters_type_test.dart
diff --git a/tests/language/positional_parameters_type_test.dart b/tests/language/positional_parameters_type_test.dart
index 7d14403dbd84d5830f1d56c5f033253c61f1a6b9..2229dc3aca9a1dfb48bc78668505f1872592ab37 100644
--- a/tests/language/positional_parameters_type_test.dart
+++ b/tests/language/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
}

Powered by Google App Engine
This is Rietveld 408576698