| 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);
|
| });
|
| }
|
|
|