| Index: pkg/analyzer/test/generated/engine_test.dart
|
| diff --git a/pkg/analyzer/test/generated/engine_test.dart b/pkg/analyzer/test/generated/engine_test.dart
|
| index a30c5f63e8bb91240c291ebb23affdb0738d1c5f..0089eb8d04e49585d0c16bf8c171526eb589ba1b 100644
|
| --- a/pkg/analyzer/test/generated/engine_test.dart
|
| +++ b/pkg/analyzer/test/generated/engine_test.dart
|
| @@ -6048,6 +6048,11 @@ class TestAnalysisContext implements InternalAnalysisContext {
|
| fail("Unexpected invocation of dispose");
|
| }
|
| @override
|
| + CompilationUnit ensureAnyResolvedDartUnit(Source source) {
|
| + fail("Unexpected invocation of ensureAnyResolvedDartUnit");
|
| + return null;
|
| + }
|
| + @override
|
| bool exists(Source source) {
|
| fail("Unexpected invocation of exists");
|
| return false;
|
| @@ -6210,6 +6215,7 @@ class TestAnalysisContext implements InternalAnalysisContext {
|
| void setContents(Source source, String contents) {
|
| fail("Unexpected invocation of setContents");
|
| }
|
| +
|
| @override
|
| void visitCacheItems(void callback(Source source, SourceEntry dartEntry,
|
| DataDescriptor rowDesc, CacheState state)) {
|
|
|