Index: pkg/analyzer/test/src/test_all.dart |
diff --git a/pkg/analyzer/test/src/test_all.dart b/pkg/analyzer/test/src/test_all.dart |
index 0608083c7014874942030cfb454d1b38bd8c9c69..5aefb6678a0961af4d9513d7321f009b9f18a619 100644 |
--- a/pkg/analyzer/test/src/test_all.dart |
+++ b/pkg/analyzer/test/src/test_all.dart |
@@ -6,13 +6,14 @@ library test.src.test_all; |
import 'package:unittest/unittest.dart'; |
+import '../utils.dart'; |
import 'context/test_all.dart' as context; |
import 'task/test_all.dart' as task; |
import 'util/test_all.dart' as util; |
/// Utility for manually running all tests. |
main() { |
- groupSep = ' | '; |
+ initializeTestEnvironment(); |
group('src tests', () { |
context.main(); |
task.main(); |