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

Unified Diff: test/get/hosted/unlock_if_new_is_unsatisfied_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. 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/hosted/unlock_if_new_is_unsatisfied_test.dart
diff --git a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
index fd65adc5202c51dde08c1328331947505ac4aea6..985a3482690dc927843e7b0093f267b1239d9149 100644
--- a/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
+++ b/test/get/hosted/unlock_if_new_is_unsatisfied_test.dart
@@ -19,7 +19,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"baz": "1.0.0",
@@ -38,7 +38,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "2.0.0",
"bar": "2.0.0",
"baz": "2.0.0",
« no previous file with comments | « test/get/hosted/unlock_if_incompatible_test.dart ('k') | test/get/hosted/unlock_if_version_doesnt_exist_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698