| Index: pkg/analyzer/test/generated/analysis_context_factory.dart
|
| diff --git a/pkg/analyzer/test/generated/analysis_context_factory.dart b/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| index e673e910e0b833c7b8256e2413fad1a2273234c5..e5b60f0a8491d2b1b0fc94373f5dbf00d94a58b4 100644
|
| --- a/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| +++ b/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| @@ -501,7 +501,6 @@ class AnalysisContextHelper {
|
| if (options == null) {
|
| options = new AnalysisOptionsImpl();
|
| }
|
| - options.cacheSize = 256;
|
| context = AnalysisContextFactory.contextWithCoreAndOptions(options,
|
| resourceProvider: resourceProvider);
|
| }
|
|
|