| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 06015abfeefeb486b4ab5d5bcae9151e8c95c7e1..3202e3f78e4f78c5c70358ac59e201b1fcf71dab 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -543,6 +543,10 @@ conditional_property_assignment_test: CompileTimeError
|
| conditional_property_access_test: CompileTimeError
|
| conditional_method_invocation_test: CompileTimeError
|
|
|
| +# This test is expected to generate a warning, since it's
|
| +# intentionally referring to a variable that's not in scope.
|
| +transitive_private_library_access_test: StaticWarning
|
| +
|
| # Issue 16391. These tests are supposed to produce a compile time
|
| # error in checked mode, but they don't:
|
| [ $compiler == dartanalyzer && $checked ]
|
|
|