| Index: pkg/analysis_server/test/context_manager_test.dart
|
| diff --git a/pkg/analysis_server/test/context_manager_test.dart b/pkg/analysis_server/test/context_manager_test.dart
|
| index 4a78b6be017e33d3a623da4e2f3b8b048ff94b40..123cabe93f9b0e5e4611b9e556700471c40e97d6 100644
|
| --- a/pkg/analysis_server/test/context_manager_test.dart
|
| +++ b/pkg/analysis_server/test/context_manager_test.dart
|
| @@ -400,7 +400,6 @@ analyzer:
|
| language:
|
| enableGenericMethods: true
|
| enableAsync: false
|
| - enableConditionalDirectives: true
|
| errors:
|
| unused_local_variable: false
|
| linter:
|
| @@ -426,7 +425,6 @@ linter:
|
| expect(context.analysisOptions.enableAsync, isFalse);
|
| // * from `.analysis_options`:
|
| expect(context.analysisOptions.enableGenericMethods, isTrue);
|
| - expect(context.analysisOptions.enableConditionalDirectives, isTrue);
|
|
|
| // * verify tests are excluded
|
| expect(
|
|
|