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

Unified Diff: pkg/analysis_server/test/integration/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/integration/analysis/test_all.dart
diff --git a/pkg/analysis_server/test/integration/analysis/test_all.dart b/pkg/analysis_server/test/integration/analysis/test_all.dart
index eaf2938e1a27c6dbdc2e47bfb4cdae84092b69c3..dcdc7c8b77f25e63e3eda7ca94e671134a9ff8f5 100644
--- a/pkg/analysis_server/test/integration/analysis/test_all.dart
+++ b/pkg/analysis_server/test/integration/analysis/test_all.dart
@@ -6,7 +6,6 @@ library test.integration.analysis.all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../../utils.dart';
import 'analysis_options_test.dart' as analysis_options_test;
import 'error_test.dart' as error_test;
import 'get_errors_after_analysis_test.dart' as get_errors_after_analysis_test;
@@ -31,7 +30,6 @@ import 'update_content_test.dart' as update_content_test;
* Utility for manually running all integration tests.
*/
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
analysis_options_test.main();
error_test.main();

Powered by Google App Engine
This is Rietveld 408576698