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

Unified Diff: pkg/analyzer_cli/test/package_prefix_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/package_prefix_test.dart
diff --git a/pkg/analyzer_cli/test/package_prefix_test.dart b/pkg/analyzer_cli/test/package_prefix_test.dart
index 4bda02e09e4605ce2ad90314a1b7cb982febcece..ed0fafe3b9cbc4a3ada69c477b923ed4edb8befa 100644
--- a/pkg/analyzer_cli/test/package_prefix_test.dart
+++ b/pkg/analyzer_cli/test/package_prefix_test.dart
@@ -1,8 +1,10 @@
import 'dart:async';
import 'dart:io' show exitCode;
-import 'package:analyzer_cli/src/driver.dart' show Driver, outSink, errorSink;
-import 'package:analyzer_cli/src/options.dart' show ExitHandler, exitHandler;
+import 'package:analyzer_cli/src/analyzer_driver.dart'
+ show Driver, outSink, errorSink;
+import 'package:analyzer_cli/src/analyzer_options.dart'
+ show ExitHandler, exitHandler;
import 'package:path/path.dart';
import 'package:test/test.dart';

Powered by Google App Engine
This is Rietveld 408576698