Index: pkg/analysis_server/test/src/test_all.dart |
diff --git a/pkg/analysis_server/test/src/test_all.dart b/pkg/analysis_server/test/src/test_all.dart |
index d5f5729cdc0b544389bd6c7f85a5062c1645c373..a3642f602779ee58d89cfe5046fff722148e4c10 100644 |
--- a/pkg/analysis_server/test/src/test_all.dart |
+++ b/pkg/analysis_server/test/src/test_all.dart |
@@ -6,13 +6,14 @@ library test.src; |
import 'package:unittest/unittest.dart'; |
+import '../utils.dart'; |
import 'utilities/test_all.dart' as utilities_all; |
/** |
* Utility for manually running all tests. |
*/ |
main() { |
- groupSep = ' | '; |
+ initializeTestEnvironment(); |
group('analysis_server', () { |
utilities_all.main(); |
}); |