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

Unified Diff: test/dependency_computer/utils.dart

Issue 2184303002: Make pub strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 4 years, 5 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
« no previous file with comments | « pubspec.yaml ('k') | test/descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependency_computer/utils.dart
diff --git a/test/dependency_computer/utils.dart b/test/dependency_computer/utils.dart
index fc4aa5c0e89450a9695bdd9996ccaaeeb096922a..8f626ffcd30cacd44740173ac672d3d3bcac3d7c 100644
--- a/test/dependency_computer/utils.dart
+++ b/test/dependency_computer/utils.dart
@@ -3,7 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
import 'package:barback/barback.dart';
+import 'package:collection/collection.dart';
import 'package:path/path.dart' as p;
+import 'package:scheduled_test/scheduled_test.dart';
+
import 'package:pub/src/barback/cycle_exception.dart';
import 'package:pub/src/barback/dependency_computer.dart';
import 'package:pub/src/entrypoint.dart';
@@ -12,7 +15,6 @@ import 'package:pub/src/package.dart';
import 'package:pub/src/package_graph.dart';
import 'package:pub/src/system_cache.dart';
import 'package:pub/src/utils.dart';
-import 'package:scheduled_test/scheduled_test.dart';
import '../test_pub.dart';
« no previous file with comments | « pubspec.yaml ('k') | test/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698