| Index: pkg/analysis_server/test/services/completion/keyword_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/keyword_computer_test.dart b/pkg/analysis_server/test/services/completion/keyword_computer_test.dart
|
| index ef0e4eeda0d1636b1a03ba175fa78bb9e69e3e79..c2156c6cd40a2542981e741970163477fa0446a7 100644
|
| --- a/pkg/analysis_server/test/services/completion/keyword_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/keyword_computer_test.dart
|
| @@ -18,7 +18,7 @@ main() {
|
| runReflectiveTests(KeywordComputerTest);
|
| }
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class KeywordComputerTest extends AbstractCompletionTest {
|
|
|
| void assertSuggestKeywords(Iterable<Keyword> expectedKeywords,
|
|
|