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

Unified Diff: pkg/analysis_server/test/analysis/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/analysis/test_all.dart
diff --git a/pkg/analysis_server/test/analysis/test_all.dart b/pkg/analysis_server/test/analysis/test_all.dart
index c8457d118a4584fa29c6aca116707d4d450bf106..6f7817c931a752da9312b7732915a5e7086d5ca1 100644
--- a/pkg/analysis_server/test/analysis/test_all.dart
+++ b/pkg/analysis_server/test/analysis/test_all.dart
@@ -5,7 +5,6 @@ library test.analysis;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../utils.dart';
import 'get_errors_test.dart' as get_errors_test;
import 'get_hover_test.dart' as get_hover_test;
import 'get_navigation_test.dart' as get_navigation_test;
@@ -29,7 +28,6 @@ import 'update_content_test.dart' as update_content_test;
* Utility for manually running all tests.
*/
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
get_errors_test.main();
get_hover_test.main();

Powered by Google App Engine
This is Rietveld 408576698