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

Unified Diff: pkg/analysis_server/test/context_manager_test.dart

Issue 2361433002: Async is no longer optional (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler.dart ('k') | pkg/analyzer/lib/src/context/context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 314b76f49f32ea8111953c0157d3e2c178c73422..2a59a9b934c215ffd5730549c5cc40b0f13afa12 100644
--- a/pkg/analysis_server/test/context_manager_test.dart
+++ b/pkg/analysis_server/test/context_manager_test.dart
@@ -1999,7 +1999,6 @@ analyzer:
- 'test/**'
language:
enableGenericMethods: true
- enableAsync: false
errors:
unused_local_variable: false
linter:
@@ -2023,7 +2022,6 @@ linter:
// * from `config.yaml`:
expect(context.analysisOptions.strongMode, isTrue);
expect(context.analysisOptions.enableSuperMixins, isTrue);
- expect(context.analysisOptions.enableAsync, isFalse);
// * from analysis options:
expect(context.analysisOptions.enableGenericMethods, isTrue);
@@ -2097,7 +2095,6 @@ analyzer:
- 'test/**'
language:
enableGenericMethods: true
- enableAsync: false
errors:
unused_local_variable: false
linter:
@@ -2132,7 +2129,6 @@ linter:
// * from `_embedder.yaml`:
expect(context.analysisOptions.strongMode, isTrue);
expect(context.analysisOptions.enableSuperMixins, isTrue);
- expect(context.analysisOptions.enableAsync, isFalse);
// * from analysis options:
expect(context.analysisOptions.enableGenericMethods, isTrue);
@@ -2211,7 +2207,6 @@ analyzer:
- 'test/**'
language:
enableGenericMethods: true
- enableAsync: false
errors:
unused_local_variable: false
linter:
@@ -2234,7 +2229,6 @@ linter:
// * from `_embedder.yaml`:
expect(context.analysisOptions.strongMode, isTrue);
expect(context.analysisOptions.enableSuperMixins, isTrue);
- expect(context.analysisOptions.enableAsync, isFalse);
// * from analysis options:
expect(context.analysisOptions.enableGenericMethods, isTrue);
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler.dart ('k') | pkg/analyzer/lib/src/context/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698