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

Unified Diff: utils/tests/pub/test_pub.dart

Issue 11416024: Don't require "branches" directory in git repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 6aa8ca726baa2bb26943a2920e6867fad16037af..3b6a612b5483abe30cdccb3bbe5ad1bc1d3b3f01 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -313,7 +313,6 @@ DirectoryDescriptor gitPackageRevisionCacheDir(String name, [int modifier]) {
*/
DirectoryDescriptor gitPackageRepoCacheDir(String name) {
return dir(new RegExp("$name${r'-[a-f0-9]+'}"), [
- dir('branches'),
dir('hooks'),
dir('info'),
dir('objects'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698