| Index: sdk/lib/_internal/pub_generated/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/barback/fails_on_all_with_no_buildable_directories_test.dart b/sdk/lib/_internal/pub_generated/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| similarity index 76%
|
| copy from sdk/lib/_internal/pub/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| index 8c0a06fa6b513c14df31389329bd5dd65b226dc9..d88fc9647ecd3870d9237fc7c26d32f29a917d9f 100644
|
| --- a/sdk/lib/_internal/pub/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/barback/fails_on_all_with_no_buildable_directories_test.dart
|
| @@ -16,10 +16,11 @@ main() {
|
| d.appDir().create();
|
| });
|
|
|
| - pubBuildAndServeShouldFail("on --all with no default source directories",
|
| + pubBuildAndServeShouldFail(
|
| + "on --all with no default source directories",
|
| args: ["--all"],
|
| error: 'There are no source directories present.\n'
|
| - 'The default directories are "benchmark", "bin", "example", '
|
| - '"test" and "web".',
|
| + 'The default directories are "benchmark", "bin", "example", '
|
| + '"test" and "web".',
|
| exitCode: exit_codes.DATA);
|
| }
|
|
|