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

Unified Diff: tests/language/const_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/const_for_in_variable_test.dart
diff --git a/tests/language/const_for_in_variable_test.dart b/tests/language/const_for_in_variable_test.dart
index a12cd556cd40553244c0dc34efe73cc8e6b4fa03..7d9103afd6d6e13a04508bb35d0bf76a165259b6 100644
--- a/tests/language/const_for_in_variable_test.dart
+++ b/tests/language/const_for_in_variable_test.dart
@@ -4,8 +4,8 @@
main() {
for(
- const /// 01: compile-time error
- final /// 02: ok
+ const //# 01: compile-time error
+ final //# 02: ok
int x in const [1, 2, 3]) {
break;
}

Powered by Google App Engine
This is Rietveld 408576698