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

Unified Diff: pkg/analyzer_cli/test/perf_report_test.dart

Issue 2840703002: Refactoring analyzer_cli for code hygiene. (Closed)
Patch Set: Created 3 years, 8 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_cli/test/perf_report_test.dart
diff --git a/pkg/analyzer_cli/test/perf_report_test.dart b/pkg/analyzer_cli/test/perf_report_test.dart
index 313328dc431007faff838894f72d2f4e450923d7..ba3e3927d2c7c3ab4712c3e52c9b0c8bef293eef 100644
--- a/pkg/analyzer_cli/test/perf_report_test.dart
+++ b/pkg/analyzer_cli/test/perf_report_test.dart
@@ -6,8 +6,8 @@ library analyzer_cli.test.perf_report;
import 'dart:convert' show JSON;
+import 'package:analyzer_cli/src/analyzer_options.dart';
import 'package:analyzer_cli/src/error_formatter.dart' show AnalysisStats;
-import 'package:analyzer_cli/src/options.dart';
import 'package:analyzer_cli/src/perf_report.dart';
import 'package:test/test.dart';

Powered by Google App Engine
This is Rietveld 408576698