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

Unified Diff: packages/smoke/test/codegen/testing_resolver_utils.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | « packages/smoke/test/codegen/recorder_test.dart ('k') | packages/smoke/test/common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/test/codegen/testing_resolver_utils.dart
diff --git a/packages/smoke/test/codegen/testing_resolver_utils.dart b/packages/smoke/test/codegen/testing_resolver_utils.dart
index d824227f38271a3e854d097f266345df3ec838c1..a2e62dcc71c389203c9e0fe99aadd8246b73f99b 100644
--- a/packages/smoke/test/codegen/testing_resolver_utils.dart
+++ b/packages/smoke/test/codegen/testing_resolver_utils.dart
@@ -24,6 +24,7 @@ class LibraryProvider {
}
LibraryProvider initAnalyzer(Map<String, String> contents) {
+ AnalysisEngine.instance.processRequiredPlugins();
var analyzer = AnalysisEngine.instance.createAnalysisContext();
var options = new AnalysisOptionsImpl()
..cacheSize = 256
« no previous file with comments | « packages/smoke/test/codegen/recorder_test.dart ('k') | packages/smoke/test/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698