| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index 84fc3a65212bdba908d66aee09100e59e1a06cc8..a3e96a1b20168f5205b16d56cb16b66161c585a6 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -202,8 +202,6 @@ export_cyclic_test: fail
|
| field_method4_negative_test: fail
|
|
|
| # test issue 11591, assigning to the final variable is warning, not error
|
| -final_for_in_variable_test/01: fail
|
| -final_param_negative_test: fail
|
| getter_no_setter_test/01: fail
|
|
|
| # test issue 11592, Function type alias (typedef) is not a constant
|
| @@ -276,9 +274,6 @@ unresolved_top_level_var_negative_test: fail
|
| # test issue 12181, uses argument definition test
|
| constructor_initializer_test: fail
|
|
|
| -# test issue 12184, It is static warning, not error, to assign to a constant variable.
|
| -static_final_field2_negative_test: fail
|
| -
|
| # test issue 12191, ambuguous import is always warning now
|
| prefix3_negative_test: fail
|
| library_ambiguous_test/00: fail
|
|
|