| 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 b84c022c37096a3cb708a6afd259e6be2969242e..a2b263e3bebe2b0a5e63c67aa9f064c8b865ba67 100644
|
| --- a/pkg/analysis_server/test/services/correction/strings_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/strings_test.dart
|
| @@ -9,14 +9,11 @@ import 'package:unittest/unittest.dart' hide isEmpty;
|
|
|
| import '../../reflective_tests.dart';
|
|
|
| -
|
| -
|
| main() {
|
| groupSep = ' | ';
|
| runReflectiveTests(StringsTest);
|
| }
|
|
|
| -
|
| @reflectiveTest
|
| class StringsTest {
|
| void test_capitalize() {
|
|
|