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

Unified Diff: pkg/analyzer/test/src/task/strong/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
Index: pkg/analyzer/test/src/task/strong/test_all.dart
diff --git a/pkg/analyzer/test/src/task/strong/test_all.dart b/pkg/analyzer/test/src/task/strong/test_all.dart
index 86aae83f2f44f37c9e8de5bf68e68696df68b6de..7b65843ebd6071bc04f907d4b7bfa0f7d3e80864 100644
--- a/pkg/analyzer/test/src/task/strong/test_all.dart
+++ b/pkg/analyzer/test/src/task/strong/test_all.dart
@@ -6,13 +6,11 @@ library analyzer.test.src.task.strong.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../../../utils.dart';
import 'checker_test.dart' as checker_test;
import 'inferred_type_test.dart' as inferred_type_test;
/// Utility for manually running all tests.
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
checker_test.main();
inferred_type_test.main();
« no previous file with comments | « pkg/analyzer/test/src/task/options_work_manager_test.dart ('k') | pkg/analyzer/test/src/task/strong_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698