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

Unified Diff: test/get/git/doesnt_fetch_if_nothing_changes_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/doesnt_fetch_if_nothing_changes_test.dart
diff --git a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
index e0ba454575901fc9c9f2e8efe4ba63e57c945d9a..49e4b2d79813192e75d1ac8906c0896c4b90f54e 100644
--- a/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
+++ b/test/get/git/doesnt_fetch_if_nothing_changes_test.dart
@@ -23,7 +23,7 @@ main() {
"foo": {"git": {"url": "../foo.git"}}
}).create();
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [
@@ -35,7 +35,7 @@ main() {
// re-fetch.
schedule(() => deleteEntry(p.join(sandboxDir, 'foo.git')));
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [

Powered by Google App Engine
This is Rietveld 408576698