| Index: pkg/analyzer_cli/test/options_test.dart
|
| diff --git a/pkg/analyzer_cli/test/options_test.dart b/pkg/analyzer_cli/test/options_test.dart
|
| index 6b546a6d24dcff85803851248cb687135fe161e8..620c047042f65e7f982aec22264bd9e70eed7d93 100644
|
| --- a/pkg/analyzer_cli/test/options_test.dart
|
| +++ b/pkg/analyzer_cli/test/options_test.dart
|
| @@ -32,7 +32,6 @@ main() {
|
| expect(options.displayVersion, isFalse);
|
| expect(options.enableStrictCallChecks, isFalse);
|
| expect(options.enableSuperMixins, isFalse);
|
| - expect(options.enableConditionalDirectives, isFalse);
|
| expect(options.enableTypeChecks, isFalse);
|
| expect(options.hintsAreFatal, isFalse);
|
| expect(options.ignoreUnrecognizedFlags, isFalse);
|
|
|