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

Unified Diff: test/get/git/check_out_branch_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_branch_test.dart
diff --git a/test/get/git/check_out_branch_test.dart b/test/get/git/check_out_branch_test.dart
index 240a863d5c587c3c08357f361bdb61da6b79360e..4bdda15d8f04ca65710df05a5ab45a292779a68f 100644
--- a/test/get/git/check_out_branch_test.dart
+++ b/test/get/git/check_out_branch_test.dart
@@ -25,7 +25,7 @@ main() {
"foo": {"git": {"url": "../foo.git", "ref": "old"}}
}).create();
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [

Powered by Google App Engine
This is Rietveld 408576698