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

Unified Diff: sdk/lib/_internal/pub_generated/test/lish/force_cannot_be_combined_with_dry_run_test.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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: sdk/lib/_internal/pub_generated/test/lish/force_cannot_be_combined_with_dry_run_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart b/sdk/lib/_internal/pub_generated/test/lish/force_cannot_be_combined_with_dry_run_test.dart
similarity index 89%
copy from sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
copy to sdk/lib/_internal/pub_generated/test/lish/force_cannot_be_combined_with_dry_run_test.dart
index 331d7996056cf64b47a00ca91f35744dcaccf523..0cc6cd659cf96857af988e73529ceb7d25237ad3 100644
--- a/sdk/lib/_internal/pub/test/lish/force_cannot_be_combined_with_dry_run_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lish/force_cannot_be_combined_with_dry_run_test.dart
@@ -13,8 +13,7 @@ main() {
setUp(d.validPackage.create);
integration('--force cannot be combined with --dry-run', () {
- schedulePub(args: ['lish', '--force', '--dry-run'],
- error: """
+ schedulePub(args: ['lish', '--force', '--dry-run'], error: """
Cannot use both --force and --dry-run.
Usage: pub publish [options]
@@ -26,7 +25,6 @@ main() {
Run "pub help" to see global options.
See http://dartlang.org/tools/pub/cmd/pub-lish.html for detailed documentation.
- """,
- exitCode: exit_codes.USAGE);
+ """, exitCode: exit_codes.USAGE);
});
}

Powered by Google App Engine
This is Rietveld 408576698