| Index: tests/language_strong/final_for_in_variable_test.dart
|
| diff --git a/tests/language_strong/final_for_in_variable_test.dart b/tests/language_strong/final_for_in_variable_test.dart
|
| index c6575793c297021e406421a7a226cba6de2a5619..8649aef5a43761173ad2d95d47c295ccfd73e340 100644
|
| --- a/tests/language_strong/final_for_in_variable_test.dart
|
| +++ b/tests/language_strong/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
|
| }
|
| }
|
|
|