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 cee64f0b68763218d6ee04d3af9b9f204119848b..ec6573a4e5fcb4da9d76ff385c4e32da313fb260 100644 |
--- a/pkg/analysis_server/test/context_manager_test.dart |
+++ b/pkg/analysis_server/test/context_manager_test.dart |
@@ -399,7 +399,6 @@ analyzer: |
language: |
enableGenericMethods: true |
enableAsync: false |
- enableConditionalDirectives: true |
errors: |
unused_local_variable: false |
linter: |
@@ -425,7 +424,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( |