Chromium Code Reviews

Unified Diff: test/get/git/unlock_if_incompatible_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.
Jump to:
View side-by-side diff with in-line comments
Index: test/get/git/unlock_if_incompatible_test.dart
diff --git a/test/get/git/unlock_if_incompatible_test.dart b/test/get/git/unlock_if_incompatible_test.dart
index 1e062ab5453e551ce6ff31e5d2514d622fc6f330..9340d3a81f3f709593c8e309df0615fc568974a6 100644
--- a/test/get/git/unlock_if_incompatible_test.dart
+++ b/test/get/git/unlock_if_incompatible_test.dart
@@ -17,7 +17,7 @@ main() {
d.appDir({"foo": {"git": "../foo.git"}}).create();
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [
@@ -32,7 +32,7 @@ main() {
d.appDir({"foo": {"git": "../foo.git", "version": ">=1.0.0"}}).create();
- pubGet();
+ pubGet(args: ["--packages-dir"]);
d.dir(packagesPath, [
d.dir('foo', [

Powered by Google App Engine