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

Unified Diff: test/get/hosted/do_not_upgrade_on_removed_constraints_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/do_not_upgrade_on_removed_constraints_test.dart
diff --git a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
index 5b0a21b140cee2e29fb1085ff6ff48aa903e5e0f..6adc6365ef5081ca80a86d37dd01747fb67b39c6 100644
--- a/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
+++ b/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
@@ -19,7 +19,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"shared_dep": "1.0.0"
@@ -29,9 +29,8 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
- "bar": null,
"shared_dep": "1.0.0"
}).validate();
});
« no previous file with comments | « test/get/hosted/cached_pubspec_test.dart ('k') | test/get/hosted/does_no_network_requests_when_possible_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698