| Index: pkg/analysis_server/test/edit/organize_directives_test.dart
|
| diff --git a/pkg/analysis_server/test/edit/organize_directives_test.dart b/pkg/analysis_server/test/edit/organize_directives_test.dart
|
| index e4402ef23fb3f816ab4d7b3b53b9c98173b7f8af..deb4ed9a42a9e398895eaccb0fab189ecf611532 100644
|
| --- a/pkg/analysis_server/test/edit/organize_directives_test.dart
|
| +++ b/pkg/analysis_server/test/edit/organize_directives_test.dart
|
| @@ -14,9 +14,10 @@ import 'package:unittest/unittest.dart' hide ERROR;
|
|
|
| import '../analysis_abstract.dart';
|
| import '../mocks.dart';
|
| +import '../utils.dart';
|
|
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| defineReflectiveTests(OrganizeDirectivesTest);
|
| }
|
|
|
|
|