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

Unified Diff: test/hosted/remove_removed_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/offline_test.dart ('k') | test/hosted/remove_removed_transitive_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_dependency_test.dart
diff --git a/test/hosted/remove_removed_dependency_test.dart b/test/hosted/remove_removed_dependency_test.dart
index f6bfdc3b702b7f81afc190e6209cab2e47730a18..9dc05c0b47439921a047c26a0377d3074161e838 100644
--- a/test/hosted/remove_removed_dependency_test.dart
+++ b/test/hosted/remove_removed_dependency_test.dart
@@ -17,7 +17,7 @@ main() {
pubCommand(command);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.0.0",
"bar": "1.0.0"
}).validate();
@@ -26,9 +26,8 @@ main() {
pubCommand(command);
- d.packagesDir({
- "foo": "1.0.0",
- "bar": null
+ d.appPackagesFile({
+ "foo": "1.0.0"
}).validate();
});
});
« no previous file with comments | « test/hosted/offline_test.dart ('k') | test/hosted/remove_removed_transitive_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698