| Index: pkg/analyzer/test/src/context/cache_test.dart
|
| diff --git a/pkg/analyzer/test/src/context/cache_test.dart b/pkg/analyzer/test/src/context/cache_test.dart
|
| index 47620d38285703f678f6ee9e39f3839585ac25f0..ba8b967da74ccaae867515bd0ebc7bc68cfcb193 100644
|
| --- a/pkg/analyzer/test/src/context/cache_test.dart
|
| +++ b/pkg/analyzer/test/src/context/cache_test.dart
|
| @@ -1114,9 +1114,7 @@ class UniversalCachePartitionTest extends CachePartitionTest {
|
| }
|
|
|
| class _InternalAnalysisContextMock extends TypedMock
|
| - implements InternalAnalysisContext {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| + implements InternalAnalysisContext {}
|
|
|
| /**
|
| * Keep the given [keepDescriptor], invalidate all the other results.
|
|
|