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

Unified Diff: test/get/hosted/resolve_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/resolve_constraints_test.dart
diff --git a/test/get/hosted/resolve_constraints_test.dart b/test/get/hosted/resolve_constraints_test.dart
index 845925d91434a6b9fb6f83ff7df7d3108c18e58b..51800de5a4932ba9646dab9bb90fb5a36841b3e5 100644
--- a/test/get/hosted/resolve_constraints_test.dart
+++ b/test/get/hosted/resolve_constraints_test.dart
@@ -25,7 +25,7 @@ main() {
"baz": "2.0.4"
}).validate();
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.2.3",
"bar": "2.3.4",
"baz": "2.0.4"

Powered by Google App Engine
This is Rietveld 408576698