| Index: pkg/analyzer/test/src/task/html_work_manager_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/html_work_manager_test.dart b/pkg/analyzer/test/src/task/html_work_manager_test.dart
|
| index f4e9e7006f26be34999e5dc82b1dd814b38c3526..606bb24de2d7ba4f88395651293df26379ffe42f 100644
|
| --- a/pkg/analyzer/test/src/task/html_work_manager_test.dart
|
| +++ b/pkg/analyzer/test/src/task/html_work_manager_test.dart
|
| @@ -325,7 +325,8 @@ class HtmlWorkManagerIntegrationTest {
|
| entry2 = context.getCacheEntry(source2);
|
| }
|
|
|
| - void test_onResultInvalidated_scheduleInvalidatedLibrariesAfterSetSourceFactory() {
|
| + void
|
| + test_onResultInvalidated_scheduleInvalidatedLibrariesAfterSetSourceFactory() {
|
| // Change the source factory, changing the analysis cache from when
|
| // the work manager was constructed. This used to create a failure
|
| // case for test_onResultInvalidated_scheduleInvalidLibraries so its
|
| @@ -345,12 +346,9 @@ class HtmlWorkManagerIntegrationTest {
|
| entry2.setState(HTML_ERRORS, CacheState.INVALID);
|
| expect_sourceQueue([source1, source2]);
|
| }
|
| -
|
| }
|
|
|
| -class _SourceFactoryMock extends TypedMock
|
| - implements SourceFactory {
|
| -}
|
| +class _SourceFactoryMock extends TypedMock implements SourceFactory {}
|
|
|
| class _InternalAnalysisContextMock extends TypedMock
|
| implements InternalAnalysisContext {
|
|
|