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

Unified Diff: test/upgrade/hosted/unlock_if_necessary_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/upgrade/hosted/unlock_if_necessary_test.dart
diff --git a/test/upgrade/hosted/unlock_if_necessary_test.dart b/test/upgrade/hosted/unlock_if_necessary_test.dart
index 1b015070607ba86f47ccba024f423f49bf5e0af5..26e7a5ad21061de3e125340a8775524145044083 100644
--- a/test/upgrade/hosted/unlock_if_necessary_test.dart
+++ b/test/upgrade/hosted/unlock_if_necessary_test.dart
@@ -17,7 +17,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"foo_dep": "1.0.0"
}).validate();
@@ -29,7 +29,7 @@ main() {
pubUpgrade(args: ['foo']);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "2.0.0",
"foo_dep": "2.0.0"
}).validate();
« no previous file with comments | « test/upgrade/hosted/unlock_dependers_test.dart ('k') | test/upgrade/hosted/upgrade_removed_constraints_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698