| Index: pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| index f7d0bca564fc779b653d95833bde7e1a01ed329e..2dd068bfe0582f07ed8b04f5123a59fff56ae637 100644
|
| --- a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| @@ -18,7 +18,7 @@ main() {
|
| runReflectiveTests(InvocationComputerTest);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class InvocationComputerTest extends AbstractSelectorSuggestionTest {
|
|
|
| @override
|
|
|