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

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

Issue 2903523003: Switch server tests to strong mode. (Closed)
Patch Set: Created 3 years, 7 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/analysis_server/test/abstract_context.dart
diff --git a/pkg/analysis_server/test/abstract_context.dart b/pkg/analysis_server/test/abstract_context.dart
index 847179b1b06ca849dd808093ff00c3995595d5db..4e3eb07e9db121013ee5935436e4fa7ac1e0980e 100644
--- a/pkg/analysis_server/test/abstract_context.dart
+++ b/pkg/analysis_server/test/abstract_context.dart
@@ -167,7 +167,7 @@ class Required {
_fileContentOverlay,
null,
sourceFactory,
- new AnalysisOptionsImpl());
+ new AnalysisOptionsImpl()..strongMode = true);
scheduler.start();
} else {
_context = AnalysisEngine.instance.createAnalysisContext();

Powered by Google App Engine
This is Rietveld 408576698