| Index: sdk/lib/_internal/pub_generated/test/global/run/missing_executable_arg_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/run/missing_executable_arg_test.dart b/sdk/lib/_internal/pub_generated/test/global/run/missing_executable_arg_test.dart
|
| similarity index 86%
|
| copy from sdk/lib/_internal/pub/test/global/run/missing_executable_arg_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/global/run/missing_executable_arg_test.dart
|
| index 01c798d765bda29f92614f51c244b1b5d8ce0bf8..c655cda6d50a43b94ee1c8394074e299c30c61f7 100644
|
| --- a/sdk/lib/_internal/pub/test/global/run/missing_executable_arg_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/global/run/missing_executable_arg_test.dart
|
| @@ -8,8 +8,7 @@ import '../../test_pub.dart';
|
| main() {
|
| initConfig();
|
| integration('fails if no executable was given', () {
|
| - schedulePub(args: ["global", "run"],
|
| - error: """
|
| + schedulePub(args: ["global", "run"], error: """
|
| Must specify an executable to run.
|
|
|
| Usage: pub global run <package>:<executable> [args...]
|
| @@ -18,7 +17,6 @@ main() {
|
| (defaults to "release")
|
|
|
| Run "pub help" to see global options.
|
| - """,
|
| - exitCode: exit_codes.USAGE);
|
| + """, exitCode: exit_codes.USAGE);
|
| });
|
| }
|
|
|