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

Unified Diff: pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_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/integration/analysis/get_errors_after_analysis_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart b/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
index 054c22324ff490da9d13b376c5f942022018c12a..37caf81e16e54cf737b241f263cd1b0d1d23172a 100644
--- a/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/get_errors_after_analysis_test.dart
@@ -6,11 +6,9 @@ library test.integration.analysis.get.errors.after.analysis;
import 'package:test_reflective_loader/test_reflective_loader.dart';
-import '../../utils.dart';
import 'get_errors.dart';
main() {
- initializeTestEnvironment();
defineReflectiveSuite(() {
defineReflectiveTests(Test);
});

Powered by Google App Engine
This is Rietveld 408576698