Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: pkg/analyzer/test/src/task/options_test.dart

Issue 1851753002: Enable conditional directives by default. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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('''

Powered by Google App Engine
This is Rietveld 408576698