| 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 5f78332470a432aebe9443f1cfa1e1a4ac9cd2be..2e30c37e2e4ca2b4b0ac6b6751023e75728b7660 100644
|
| --- a/pkg/analysis_server/test/services/correction/strings_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/strings_test.dart
|
| @@ -8,8 +8,10 @@ import 'package:analysis_server/src/services/correction/strings.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart' hide isEmpty;
|
|
|
| +import '../../utils.dart';
|
| +
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| defineReflectiveTests(StringsTest);
|
| }
|
|
|
|
|