| Index: sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart b/sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
|
| similarity index 89%
|
| copy from sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
|
| index 42f79431d630a6b1ac02ab1945d9c6988860acef..939b1227a916a7166799227ed36ded2b2a88c46e 100644
|
| --- a/sdk/lib/_internal/pub/test/barback/fails_if_args_with_all_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/barback/fails_if_args_with_all_test.dart
|
| @@ -16,7 +16,8 @@ main() {
|
| d.appDir().create();
|
| });
|
|
|
| - pubBuildAndServeShouldFail("if a directory is passed with --all",
|
| + pubBuildAndServeShouldFail(
|
| + "if a directory is passed with --all",
|
| args: ["example", "--all"],
|
| error: 'Directory names are not allowed if "--all" is passed.',
|
| exitCode: exit_codes.USAGE);
|
|
|