| 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 cc0437e40c3963a281b5df349b164de715d44eb8..243f27370638c52bcfa2312303aee359127346a4 100644
|
| --- a/pkg/analyzer/test/generated/engine_test.dart
|
| +++ b/pkg/analyzer/test/generated/engine_test.dart
|
| @@ -72,9 +72,7 @@ class AnalyzedSourcesListener {
|
| }
|
| }
|
|
|
| -class CompilationUnitMock extends TypedMock implements CompilationUnit {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| +class CompilationUnitMock extends TypedMock implements CompilationUnit {}
|
|
|
| class MockSourceFactory extends SourceFactory {
|
| MockSourceFactory() : super([]);
|
|
|