Index: pkg/analysis_server/test/services/correction/status_test.dart |
diff --git a/pkg/analysis_server/test/services/correction/status_test.dart b/pkg/analysis_server/test/services/correction/status_test.dart |
index 9620aeedffe997e7009a558b4f64ae13949c20da..6405e017b7574ae0ee70fcd1e50852b06a3e00d1 100644 |
--- a/pkg/analysis_server/test/services/correction/status_test.dart |
+++ b/pkg/analysis_server/test/services/correction/status_test.dart |
@@ -15,9 +15,10 @@ import 'package:test_reflective_loader/test_reflective_loader.dart'; |
import 'package:unittest/unittest.dart'; |
import '../../abstract_single_unit.dart'; |
+import '../../utils.dart'; |
main() { |
- groupSep = ' | '; |
+ initializeTestEnvironment(); |
defineReflectiveTests(RefactoringLocationTest); |
defineReflectiveTests(RefactoringStatusTest); |
} |