Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: pkg/analysis_server/test/services/index/test_all.dart

Issue 2402483002: Remove 'initializeTestEnvironment' from 'analysis_server'. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/test/services/index/test_all.dart
diff --git a/pkg/analysis_server/test/services/index/test_all.dart b/pkg/analysis_server/test/services/index/test_all.dart
index dddd002bfe3ed7c98ed2c39edbd5866f38140361..18799f56286f111301ffea1fec6bc9dd5610a848 100644
--- a/pkg/analysis_server/test/services/index/test_all.dart
+++ b/pkg/analysis_server/test/services/index/test_all.dart
@@ -4,7 +4,6 @@
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../../utils.dart';
import 'index_test.dart' as index_test;
import 'index_unit_test.dart' as index_unit_test;
@@ -12,7 +11,6 @@ import 'index_unit_test.dart' as index_unit_test;
* Utility for manually running all tests.
*/
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
index_test.main();
index_unit_test.main();

Powered by Google App Engine
This is Rietveld 408576698