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

Unified Diff: sdk/lib/_internal/pub/test/pubspec_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/pubspec_test.dart
diff --git a/utils/tests/pub/pubspec_test.dart b/sdk/lib/_internal/pub/test/pubspec_test.dart
similarity index 96%
rename from utils/tests/pub/pubspec_test.dart
rename to sdk/lib/_internal/pub/test/pubspec_test.dart
index a52aab94597b71da29e6caad4b130f2f4581d27f..d60ea7d8322df1cd47b9d142dcd8e1b3952f6773 100644
--- a/utils/tests/pub/pubspec_test.dart
+++ b/sdk/lib/_internal/pub/test/pubspec_test.dart
@@ -6,11 +6,11 @@ library pubspec_test;
import 'package:unittest/unittest.dart';
-import '../../pub/pubspec.dart';
-import '../../pub/source.dart';
-import '../../pub/source_registry.dart';
-import '../../pub/utils.dart';
-import '../../pub/version.dart';
+import 'package:pub/src/pubspec.dart';
+import 'package:pub/src/source.dart';
+import 'package:pub/src/source_registry.dart';
+import 'package:pub/src/utils.dart';
+import 'package:pub/src/version.dart';
import 'test_pub.dart';
class MockSource extends Source {

Powered by Google App Engine
This is Rietveld 408576698