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

Unified Diff: test/upgrade/hosted/upgrade_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
« no previous file with comments | « test/upgrade/hosted/unlock_if_necessary_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/upgrade/hosted/upgrade_removed_constraints_test.dart
diff --git a/test/upgrade/hosted/upgrade_removed_constraints_test.dart b/test/upgrade/hosted/upgrade_removed_constraints_test.dart
index b6f1c368b5f2f62309b48882799e41091ec92c51..70e4d795d7df1f3286e40311a8b9e46a381a37cd 100644
--- a/test/upgrade/hosted/upgrade_removed_constraints_test.dart
+++ b/test/upgrade/hosted/upgrade_removed_constraints_test.dart
@@ -18,7 +18,7 @@ main() {
pubUpgrade();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"shared_dep": "1.0.0"
@@ -28,9 +28,8 @@ main() {
pubUpgrade();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
- "bar": null,
"shared_dep": "2.0.0"
}).validate();
});
« no previous file with comments | « test/upgrade/hosted/unlock_if_necessary_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698