| Index: pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| index 06ee5dbec2c43725089ad8493db3712ca504d863..ded6b4346b0a878a042906e1bf277cb5a0940be8 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| @@ -24,7 +24,7 @@ main() {
|
| runReflectiveTests(ImportedComputerTest);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class ImportedComputerTest extends AbstractSelectorSuggestionTest {
|
|
|
| void assertCached(String completion) {
|
|
|