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

Unified Diff: pkg/analysis_server/test/analysis_server_test.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_server_test.dart
diff --git a/pkg/analysis_server/test/analysis_server_test.dart b/pkg/analysis_server/test/analysis_server_test.dart
index 935d60a314cfcb434cd0ef74e430eb83196bb35c..9c632f9f8aeb52b00eab8efe417023e541c56fc8 100644
--- a/pkg/analysis_server/test/analysis_server_test.dart
+++ b/pkg/analysis_server/test/analysis_server_test.dart
@@ -29,10 +29,8 @@ import 'package:typed_mock/typed_mock.dart';
import 'mock_sdk.dart';
import 'mocks.dart';
-import 'utils.dart';
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
defineReflectiveTests(AnalysisServerTest);
});

Powered by Google App Engine
This is Rietveld 408576698