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

Unified Diff: pkg/analysis_server/benchmark/perf/completion_timing_tests.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/benchmark/perf/completion_timing_tests.dart
diff --git a/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart b/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
index 61e1d42418e3830bc5af0d4404bc55e08ccffd28..d841521eb21191449983e4b02c92cde458836e8b 100644
--- a/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
+++ b/pkg/analysis_server/benchmark/perf/completion_timing_tests.dart
@@ -10,7 +10,6 @@ import 'dart:io';
import 'package:args/args.dart';
import 'package:test/test.dart';
-import '../../test/utils.dart';
import 'performance_tests.dart';
/**
@@ -19,7 +18,6 @@ import 'performance_tests.dart';
* with a `--offset`.
*/
main(List<String> arguments) {
- initializeTestEnvironment();
ArgParser parser = _createArgParser();
var args = parser.parse(arguments);
if (args[SOURCE_OPTION] == null) {

Powered by Google App Engine
This is Rietveld 408576698