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

Unified Diff: test/get/git/check_out_transitive_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_transitive_test.dart
diff --git a/test/get/git/check_out_transitive_test.dart b/test/get/git/check_out_transitive_test.dart
index eb2ab7eef20820ac9568e9d7647b51b3bd2c4b52..d81d07fe0c5d1b66bf956ad762771d39422d5c70 100644
--- a/test/get/git/check_out_transitive_test.dart
+++ b/test/get/git/check_out_transitive_test.dart
@@ -23,7 +23,7 @@ main() {
d.appDir({"foo": {"git": "../foo.git"}}).create();
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(cachePath, [
d.dir('git', [

Powered by Google App Engine
This is Rietveld 408576698