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

Unified Diff: sdk/lib/_internal/pub/test/lock_file_test.dart

Issue 14297021: Move pub into sdk/lib/_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disallow package: imports of pub. Created 7 years, 8 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 | « sdk/lib/_internal/pub/test/lish/utils.dart ('k') | sdk/lib/_internal/pub/test/oauth2/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/lock_file_test.dart
diff --git a/utils/tests/pub/lock_file_test.dart b/sdk/lib/_internal/pub/test/lock_file_test.dart
similarity index 95%
rename from utils/tests/pub/lock_file_test.dart
rename to sdk/lib/_internal/pub/test/lock_file_test.dart
index 715cff6822b8ddf16dab3f3930b4e215baadfc75..95fcd71fd0b99dc3b82b0ffb1c0552e565b9a8dd 100644
--- a/utils/tests/pub/lock_file_test.dart
+++ b/sdk/lib/_internal/pub/test/lock_file_test.dart
@@ -7,12 +7,12 @@ library lock_file_test;
import 'package:unittest/unittest.dart';
import 'package:yaml/yaml.dart';
-import '../../pub/lock_file.dart';
-import '../../pub/package.dart';
-import '../../pub/source.dart';
-import '../../pub/source_registry.dart';
-import '../../pub/utils.dart';
-import '../../pub/version.dart';
+import '../lib/src/lock_file.dart';
+import '../lib/src/package.dart';
+import '../lib/src/source.dart';
+import '../lib/src/source_registry.dart';
+import '../lib/src/utils.dart';
+import '../lib/src/version.dart';
class MockSource extends Source {
final String name = 'mock';
« no previous file with comments | « sdk/lib/_internal/pub/test/lish/utils.dart ('k') | sdk/lib/_internal/pub/test/oauth2/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698