Chromium Code Reviews

Unified Diff: test/get/git/doesnt_fetch_if_nothing_changes_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/get/git/doesnt_fetch_if_nothing_changes_test.dart
diff --git a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
index 54cd98c62e249139c31d33629878c382d0868699..e921338c48c0e3db86234728989a2b2ffa7ec81b 100644
--- a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
+++ b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
@@ -5,9 +5,9 @@
library pub_tests;
import 'package:path/path.dart' as p;
+import 'package:pub/src/io.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../../../lib/src/io.dart';
import '../../descriptor.dart' as d;
import '../../test_pub.dart';

Powered by Google App Engine