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

Unified Diff: pkg/analysis_server/test/single_context_manager_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/single_context_manager_test.dart
diff --git a/pkg/analysis_server/test/single_context_manager_test.dart b/pkg/analysis_server/test/single_context_manager_test.dart
index 0befa75b5a6c916e133f1880bd54eb32bdc43994..dfd0ecd92feb80ba0c59e0216255f65cfd258fcf 100644
--- a/pkg/analysis_server/test/single_context_manager_test.dart
+++ b/pkg/analysis_server/test/single_context_manager_test.dart
@@ -23,10 +23,8 @@ import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'context_manager_test.dart' show TestContextManagerCallbacks;
import 'mock_sdk.dart';
import 'mocks.dart';
-import 'utils.dart';
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
defineReflectiveTests(SingleContextManagerTest);
});

Powered by Google App Engine
This is Rietveld 408576698