| Index: pkg/analysis_server/test/services/correction/strings_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/strings_test.dart b/pkg/analysis_server/test/services/correction/strings_test.dart
|
| index cba4315faffbc9016c472f7624ad753fd31a1e55..b84c022c37096a3cb708a6afd259e6be2969242e 100644
|
| --- a/pkg/analysis_server/test/services/correction/strings_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/strings_test.dart
|
| @@ -17,7 +17,7 @@ main() {
|
| }
|
|
|
|
|
| -@ReflectiveTestCase()
|
| +@reflectiveTest
|
| class StringsTest {
|
| void test_capitalize() {
|
| expect(capitalize(''), '');
|
|
|