| Index: pkg/analyzer/test/src/task/options_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/options_test.dart b/pkg/analyzer/test/src/task/options_test.dart
|
| index 6d35a3ee843f87fe951e8e03de5185738fda5daa..c3f670b4e9247465cb6532489b5de56ad45203d4 100644
|
| --- a/pkg/analyzer/test/src/task/options_test.dart
|
| +++ b/pkg/analyzer/test/src/task/options_test.dart
|
| @@ -237,6 +237,9 @@ class OptionsFileValidatorTest {
|
| analyzer:
|
| errors:
|
| unused_local_variable: ignore
|
| + invalid_assignment: warning
|
| + missing_return: error
|
| + dead_code: info
|
| ''',
|
| []);
|
| }
|
|
|