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

Unified Diff: test/package_list_files_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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: test/package_list_files_test.dart
diff --git a/test/package_list_files_test.dart b/test/package_list_files_test.dart
index 079a6b970abce0e190399627eb0cd9408bcb557c..f7a0da2c32e9f5a52324f91b04a06d6294c82301 100644
--- a/test/package_list_files_test.dart
+++ b/test/package_list_files_test.dart
@@ -5,11 +5,11 @@
library packages_list_files_test;
import 'package:path/path.dart' as path;
+import 'package:pub/src/entrypoint.dart';
+import 'package:pub/src/io.dart';
+import 'package:pub/src/system_cache.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../lib/src/entrypoint.dart';
-import '../lib/src/io.dart';
-import '../lib/src/system_cache.dart';
import 'descriptor.dart' as d;
import 'test_pub.dart';
« no previous file with comments | « test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart ('k') | test/preprocess_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698