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

Unified Diff: test/downgrade/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
« no previous file with comments | « test/downgrade/unlock_dependers_test.dart ('k') | test/get/broken_symlink_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/downgrade/unlock_if_necessary_test.dart
diff --git a/test/downgrade/unlock_if_necessary_test.dart b/test/downgrade/unlock_if_necessary_test.dart
index a8f4e5f1ef6cc80be7c897b0af014d650ef2c5ad..81200350dcf458e632164deabac143df66843b48 100644
--- a/test/downgrade/unlock_if_necessary_test.dart
+++ b/test/downgrade/unlock_if_necessary_test.dart
@@ -17,7 +17,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "2.0.0",
"foo_dep": "2.0.0"
}).validate();
@@ -29,7 +29,7 @@ main() {
pubDowngrade(args: ['foo']);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"foo_dep": "1.0.0"
}).validate();
« no previous file with comments | « test/downgrade/unlock_dependers_test.dart ('k') | test/get/broken_symlink_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698