| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index fcb6c08ebc67c05a0dadf2800ecaab681164cbbb..2169b7bd81d7a53a1874fe2c4402bdc4cf01fc85 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -2,7 +2,7 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $compiler == dartanalyzer ]
|
| +[ $compiler == dart2analyzer ]
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
|
|
| @@ -24,7 +24,7 @@ assignable_expression_test/22: Fail # Issue 15471
|
| assignable_expression_test/32: Fail # Issue 15471
|
| assignable_expression_test/42: Fail # Issue 15471
|
|
|
| -unicode_bom_test: Fail # Issue 16314
|
| +#unicode_bom_test: Fail # Issue 16314
|
|
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
|
|