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

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

Issue 14297021: Move pub into sdk/lib/_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: sdk/lib/_internal/pub/test/version_test.dart
diff --git a/utils/tests/pub/version_test.dart b/sdk/lib/_internal/pub/test/version_test.dart
similarity index 99%
rename from utils/tests/pub/version_test.dart
rename to sdk/lib/_internal/pub/test/version_test.dart
index 5e3fb08de87c68c31c4b7bb4196de86851ca971a..9e71a219d4118c4da5b7753bea22e75de59fd867 100644
--- a/utils/tests/pub/version_test.dart
+++ b/sdk/lib/_internal/pub/test/version_test.dart
@@ -6,8 +6,8 @@ library version_test;
import 'package:unittest/unittest.dart';
import 'test_pub.dart';
-import '../../pub/utils.dart';
-import '../../pub/version.dart';
+import 'package:pub/src/utils.dart';
+import 'package:pub/src/version.dart';
main() {
initConfig();

Powered by Google App Engine
This is Rietveld 408576698