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

Unified Diff: test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Created 4 years, 3 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: test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
diff --git a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
index 3caa5570e56b86a94944a153c59933ae99902838..653560047dff0d84d7b635b8d12afecba3899f05 100644
--- a/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
+++ b/test/get/git/check_out_unfetched_revision_of_cached_repo_test.dart
@@ -47,7 +47,7 @@ main() {
});
// Get the updated version of the git dependency based on the lockfile.
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(cachePath, [
d.dir('git', [

Powered by Google App Engine
This is Rietveld 408576698