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

Unified Diff: tools/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 | « tools/create_sdk.py ('k') | utils/pub/command_cache.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 354c79461cf4a04b2b1e5f9cf3c1a5c54dbb9139..93c211dbc36c353d4694ee9dd8a6e2a48a91778a 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -66,7 +66,7 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/utils'),
new Path('utils/tests/css'),
new Path('utils/tests/peg'),
- new Path('utils/tests/pub'),
+ new Path('sdk/lib/_internal/pub'),
// TODO(amouravski): move these to tests/ once they no longer rely on weird
// dependencies.
new Path('sdk/lib/_internal/dartdoc'),
« no previous file with comments | « tools/create_sdk.py ('k') | utils/pub/command_cache.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698