| Index: pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| index d337de7f304212c83fa207c2d588e9dbae4ab87b..3d3ff7081b942a3c065963787208f9f5d2a62712 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
|
| @@ -20,6 +20,9 @@ main() {
|
| @reflectiveTest
|
| class ResynthesizeStrongTest extends ResynthesizeElementTest {
|
| @override
|
| + bool allowMissingFiles = false;
|
| +
|
| + @override
|
| DartSdk createDartSdk() => AbstractContextTest.SHARED_STRONG_MOCK_SDK;
|
|
|
| @override
|
|
|