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

Unified Diff: test/get/git/lock_version_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/lock_version_test.dart
diff --git a/test/get/git/lock_version_test.dart b/test/get/git/lock_version_test.dart
index 06d27590b20bb0c63cae60d79469014cc76d43c1..2c40319b076ae4fea90d8d6fb213bdb7ac41b3ba 100644
--- a/test/get/git/lock_version_test.dart
+++ b/test/get/git/lock_version_test.dart
@@ -21,7 +21,7 @@ main() {
d.appDir({"foo": {"git": "../foo.git"}}).create();
// This get should lock the foo.git dependency to the current revision.
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [
@@ -38,7 +38,7 @@ main() {
]).commit();
// This get shouldn't upgrade the foo.git dependency due to the lockfile.
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [

Powered by Google App Engine
This is Rietveld 408576698