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

Unified Diff: test/get/dry_run_does_not_apply_changes_test.dart

Issue 1096723002: Make pub generate .packages file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 5 years, 6 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/dry_run_does_not_apply_changes_test.dart
diff --git a/test/get/dry_run_does_not_apply_changes_test.dart b/test/get/dry_run_does_not_apply_changes_test.dart
index 7a07d25a6d71a1b9767a76b07f7f02855ef9a5cb..8c48cd049f9ce43ab68e0a5d57b31ba2e07fa999 100644
--- a/test/get/dry_run_does_not_apply_changes_test.dart
+++ b/test/get/dry_run_does_not_apply_changes_test.dart
@@ -27,7 +27,9 @@ main() {
// The lockfile should not be created.
d.nothing("pubspec.lock"),
// The "packages" directory should not have been generated.
- d.nothing("packages")
+ d.nothing("packages"),
+ // The ".packages" file should not have been created.
+ d.nothing(".packages"),
]).validate();
});
}

Powered by Google App Engine
This is Rietveld 408576698