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

Unified Diff: test/get/hosted/stay_locked_if_new_is_satisfied_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/get/hosted/stay_locked_if_compatible_test.dart ('k') | test/get/hosted/stay_locked_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
diff --git a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
index 7873c354ee004be2c3500f0f58ed50dd0a46120f..32531178a2cc8d8ad26606214bf5d1ef1abdd84d 100644
--- a/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
+++ b/test/get/hosted/stay_locked_if_new_is_satisfied_test.dart
@@ -18,7 +18,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"baz": "1.0.0"
@@ -35,7 +35,7 @@ main() {
pubGet();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"baz": "1.0.0",
« no previous file with comments | « test/get/hosted/stay_locked_if_compatible_test.dart ('k') | test/get/hosted/stay_locked_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698