| 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
|
|
|