| 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 77e299088d7cfca6bf4f9ecb889ad3f2423f626d..5457163e1c21829bf8636b6548a186960d0c99ec 100644
|
| --- a/pkg/analyzer/test/src/task/options_test.dart
|
| +++ b/pkg/analyzer/test/src/task/options_test.dart
|
| @@ -67,16 +67,6 @@ analyzer:
|
| expect(analysisOptions.enableAsync, false);
|
| }
|
|
|
| - test_configure_enableConditionalDirectives() {
|
| - expect(analysisOptions.enableConditionalDirectives, false);
|
| - configureContext('''
|
| -analyzer:
|
| - language:
|
| - enableConditionalDirectives: true
|
| -''');
|
| - expect(analysisOptions.enableConditionalDirectives, true);
|
| - }
|
| -
|
| test_configure_enableGenericMethods() {
|
| expect(analysisOptions.enableGenericMethods, false);
|
| configureContext('''
|
|
|