| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index e99e922dc950ac8505491edabefdc9851ac52dd8..e53b6c81851fa09b2ed5461285b98658e12cdf34 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -478,9 +478,9 @@ vm/reflect_core_vm_test: CompileTimeError
|
| # This test is expected to have warnings because of noSuchMethod overriding.
|
| regress_12561_test: StaticWarning
|
|
|
| -main_not_a_function_test/01: Fail # http://dartbug.com/20030
|
| -main_test/03: Fail # http://dartbug.com/20030
|
| -no_main_test/01: Fail # http://dartbug.com/20030
|
| +main_not_a_function_test/01: Fail # Issue 20030
|
| +main_test/03: Fail # Issue 20030
|
| +no_main_test/01: Fail # Issue 20030
|
|
|
| compile_time_constant10_test/none: CompileTimeError # Issue 21177
|
|
|
|
|