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

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: 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/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..85e7374158b242fecffd9a87a47d2d3cc9c78eee 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:scheduled_test/scheduled_test.dart';
import 'package:unittest/unittest.dart';
-import '../../../lib/src/lock_file.dart';
-import '../../../lib/src/source_registry.dart';
+import 'package:pub/src/source_registry.dart';
Bob Nystrom 2015/05/22 00:05:17 With the above.
nweiz 2015/05/22 00:14:24 Done.
import '../../descriptor.dart' as d;
import '../../test_pub.dart';

Powered by Google App Engine
This is Rietveld 408576698