| Index: pkg/analyzer/lib/src/generated/sdk_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/sdk_io.dart b/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| index 9c76c9f6f46d90759bbb997a9fe0d4e6a8bc7294..8ade6c190e9ab3fb729f41909422fad8484c377b 100644
|
| --- a/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| @@ -556,7 +556,7 @@ class DirectoryBasedDartSdk implements DartSdk {
|
| */
|
| SdkBundle _getSummarySdkBundle() {
|
| String rootPath = directory.getAbsolutePath();
|
| - String path = pathos.join(rootPath, 'lib', '_internal', 'analysis_summary');
|
| + String path = pathos.join(rootPath, 'lib', '_internal', 'spec.sum');
|
| try {
|
| File file = new File(path);
|
| if (file.existsSync()) {
|
|
|