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

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

Powered by Google App Engine
This is Rietveld 408576698