| Index: pkg/analyzer/test/src/task/general_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/general_test.dart b/pkg/analyzer/test/src/task/general_test.dart
|
| index d860abaf507acad27e400bc46c909e0c4d113f39..3c161aae4f9cc8aaf94124ba5064addb1b33edbb 100644
|
| --- a/pkg/analyzer/test/src/task/general_test.dart
|
| +++ b/pkg/analyzer/test/src/task/general_test.dart
|
| @@ -80,6 +80,4 @@ class GetContentTaskTest extends EngineTestCase {
|
| }
|
| }
|
|
|
| -class _MockContext extends TypedMock implements AnalysisContext {
|
| - noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
|
| -}
|
| +class _MockContext extends TypedMock implements AnalysisContext {}
|
|
|