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

Unified Diff: test/get/hosted/stay_locked_if_compatible_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/stay_locked_if_compatible_test.dart
diff --git a/test/get/hosted/stay_locked_if_compatible_test.dart b/test/get/hosted/stay_locked_if_compatible_test.dart
index 75f07b0444eea8f4ccf032820ead2dbf0d1b4d6f..ad82344d8ca41cae532c0fa36f2459f401c13722 100644
--- a/test/get/hosted/stay_locked_if_compatible_test.dart
+++ b/test/get/hosted/stay_locked_if_compatible_test.dart
@@ -14,7 +14,7 @@ main() {
pubGet();
- d.packagesDir({"foo": "1.0.0"}).validate();
+ d.appPackagesFile({"foo": "1.0.0"}).validate();
globalPackageServer.add((builder) => builder.serve("foo", "1.0.1"));
@@ -22,6 +22,6 @@ main() {
pubGet();
- d.packagesDir({"foo": "1.0.0"}).validate();
+ d.appPackagesFile({"foo": "1.0.0"}).validate();
});
}
« no previous file with comments | « test/get/hosted/resolve_constraints_test.dart ('k') | test/get/hosted/stay_locked_if_new_is_satisfied_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698