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

Unified Diff: test/hosted/remove_removed_transitive_dependency_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/hosted/remove_removed_dependency_test.dart ('k') | test/implicit_barback_dependency_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/hosted/remove_removed_transitive_dependency_test.dart
diff --git a/test/hosted/remove_removed_transitive_dependency_test.dart b/test/hosted/remove_removed_transitive_dependency_test.dart
index ed7958315fa8a6543fd5665f8676b081183356f5..a4f5faccb53856c3e0a06fb2b84801093d867a19 100644
--- a/test/hosted/remove_removed_transitive_dependency_test.dart
+++ b/test/hosted/remove_removed_transitive_dependency_test.dart
@@ -28,7 +28,7 @@ main() {
pubCommand(command);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0",
"shared_dep": "1.0.0",
@@ -39,11 +39,9 @@ main() {
pubCommand(command);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
- "bar": null,
- "shared_dep": "1.0.0",
- "bar_dep": null,
+ "shared_dep": "1.0.0"
}).validate();
});
});
« no previous file with comments | « test/hosted/remove_removed_dependency_test.dart ('k') | test/implicit_barback_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698