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

Unified Diff: tests/language/final_for_in_variable_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/final_for_in_variable_test.dart
diff --git a/tests/language/final_for_in_variable_test.dart b/tests/language/final_for_in_variable_test.dart
index c6575793c297021e406421a7a226cba6de2a5619..8649aef5a43761173ad2d95d47c295ccfd73e340 100644
--- a/tests/language/final_for_in_variable_test.dart
+++ b/tests/language/final_for_in_variable_test.dart
@@ -4,6 +4,6 @@
main() {
for (final i in [1, 2, 3]) {
- i = 4; /// 01: static type warning, runtime error
+ i = 4; //# 01: static type warning, runtime error
}
}

Powered by Google App Engine
This is Rietveld 408576698