| 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 f63a6af66ec13c14a947c56b17ec1976466ca83a..f7d0bca564fc779b653d95833bde7e1a01ed329e 100644
|
| --- a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| @@ -21,13 +21,6 @@ main() {
|
| @ReflectiveTestCase()
|
| class InvocationComputerTest extends AbstractSelectorSuggestionTest {
|
|
|
| - void assertHasNoParameterInfo(CompletionSuggestion suggestion) {
|
| - expect(suggestion.parameterNames, isNull);
|
| - expect(suggestion.parameterTypes, isNull);
|
| - expect(suggestion.requiredParameterCount, isNull);
|
| - expect(suggestion.hasNamedParameters, isNull);
|
| - }
|
| -
|
| @override
|
| CompletionSuggestion assertSuggestInvocationField(String name, String type,
|
| {int relevance: COMPLETION_RELEVANCE_DEFAULT, bool isDeprecated: false}) {
|
|
|