| Index: dart/tests/language/language_analyzer2.status
|
| diff --git a/dart/tests/language/language_analyzer2.status b/dart/tests/language/language_analyzer2.status
|
| index 92fa433d49b91581c8828e8777d5ada2bf59077c..caf186fcf3f802b6880cbefd4a6cdbc31ae72ff1 100644
|
| --- a/dart/tests/language/language_analyzer2.status
|
| +++ b/dart/tests/language/language_analyzer2.status
|
| @@ -149,9 +149,6 @@ malformed_test/06: fail # test issue 14079, it is not error, but warning to use
|
| # test issue 14228
|
| black_listed_test/none: fail # test issue 14228, warnings are required but not expected
|
|
|
| -# test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
|
| -type_promotion_parameter_test/53: Fail
|
| -
|
| # test issue 14410, "typedef C = " is now really illegal syntax
|
| mixin_illegal_syntax_test/none: fail
|
|
|
| @@ -460,4 +457,3 @@ unresolved_top_level_method_negative_test: CompileTimeError
|
| vm/type_cast_vm_test: StaticWarning
|
| vm/type_vm_test: StaticWarning
|
| void_type_test: StaticWarning
|
| -
|
|
|