| Index: pkg/analysis_server/test/completion_test_support.dart
|
| diff --git a/pkg/analysis_server/test/completion_test_support.dart b/pkg/analysis_server/test/completion_test_support.dart
|
| index 0f00d1eab05323a9a9194284677db250faf1caf0..c2fb7a1e2836f5939efd12293f00fe6fedb8cd71 100644
|
| --- a/pkg/analysis_server/test/completion_test_support.dart
|
| +++ b/pkg/analysis_server/test/completion_test_support.dart
|
| @@ -16,7 +16,7 @@ import 'domain_completion_test.dart';
|
| /**
|
| * A base class for classes containing completion tests.
|
| */
|
| -class CompletionTestCase extends CompletionTest {
|
| +class CompletionTestCase extends CompletionDomainHandlerTest {
|
| static const String CURSOR_MARKER = '!';
|
|
|
| List get suggestedCompletions => suggestions
|
|
|