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

Unified Diff: test/get/path/relative_path_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
« no previous file with comments | « test/get/path/nonexistent_dir_test.dart ('k') | test/global/activate/activate_hosted_after_git_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/path/relative_path_test.dart
diff --git a/test/get/path/relative_path_test.dart b/test/get/path/relative_path_test.dart
index d9f8ce86ef9a4cc85ac2715b4a8c59b23e231951..3f7dcc246e02b09beaf5dca5b869b894840ba906 100644
--- a/test/get/path/relative_path_test.dart
+++ b/test/get/path/relative_path_test.dart
@@ -3,11 +3,11 @@
// BSD-style license that can be found in the LICENSE d.file.
import 'package:path/path.dart' as path;
+import 'package:pub/src/lock_file.dart';
+import 'package:pub/src/source_registry.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:unittest/unittest.dart';
-import '../../../lib/src/lock_file.dart';
-import '../../../lib/src/source_registry.dart';
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
« no previous file with comments | « test/get/path/nonexistent_dir_test.dart ('k') | test/global/activate/activate_hosted_after_git_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698