| Index: pkg/analyzer/test/src/task/driver_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/driver_test.dart b/pkg/analyzer/test/src/task/driver_test.dart
|
| index 598c4ad8bdcbb78f7abbe213a7edeff5eef79512..3ea4ad26ed9a0b4b6a79b8a492e62c8444af2fb7 100644
|
| --- a/pkg/analyzer/test/src/task/driver_test.dart
|
| +++ b/pkg/analyzer/test/src/task/driver_test.dart
|
| @@ -574,10 +574,6 @@ class _TestContext implements InternalAnalysisContext {
|
| List<Source> get prioritySources => baseContext.prioritySources;
|
|
|
| @override
|
| - List<Source> get refactoringUnsafeSources =>
|
| - baseContext.refactoringUnsafeSources;
|
| -
|
| - @override
|
| ResolverVisitorFactory get resolverVisitorFactory =>
|
| baseContext.resolverVisitorFactory;
|
|
|
|
|