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

Unified Diff: pkg/analyzer/test/source/test_all.dart

Issue 2399913002: Remove 'initializeTestEnvironment' from 'analyzer'. (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
« no previous file with comments | « pkg/analyzer/test/source/sdk_ext_test.dart ('k') | pkg/analyzer/test/src/context/builder_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/source/test_all.dart
diff --git a/pkg/analyzer/test/source/test_all.dart b/pkg/analyzer/test/source/test_all.dart
index 439c98f57b45fa170407ffd6e0880a09b112fe9f..98f3cde7003878b76bf70990064f433dd87a45c7 100644
--- a/pkg/analyzer/test/source/test_all.dart
+++ b/pkg/analyzer/test/source/test_all.dart
@@ -6,7 +6,6 @@ library analyzer.test.source.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../utils.dart';
import 'analysis_options_provider_test.dart' as analysis_options_provider_test;
import 'config_test.dart' as config_test;
import 'embedder_test.dart' as embedder_test;
@@ -18,7 +17,6 @@ import 'sdk_ext_test.dart' as sdk_ext_test;
/// Utility for manually running all tests.
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
analysis_options_provider_test.main();
config_test.main();
« no previous file with comments | « pkg/analyzer/test/source/sdk_ext_test.dart ('k') | pkg/analyzer/test/src/context/builder_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698