| Index: pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| index 89eda4b216e1bf8c99cae2bb4bb4d8faf850519b..9d2daccb9762e2ea1391c48a07bbf4a3c0c9208e 100644
|
| --- a/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/index/dart_index_contributor_test.dart
|
| @@ -61,7 +61,7 @@ bool _equalsRecordedRelation(RecordedRelation recordedRelation,
|
| }
|
|
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class DartUnitContributorTest extends AbstractSingleUnitTest {
|
| IndexStore store = new MockIndexStore();
|
| List<RecordedRelation> recordedRelations = <RecordedRelation>[];
|
|
|