| Index: sdk/lib/_internal/pub_generated/test/global/binstubs/no_executables_flag_test.dart
|
| diff --git a/sdk/lib/_internal/pub_generated/test/global/binstubs/no_executables_flag_test.dart b/sdk/lib/_internal/pub_generated/test/global/binstubs/no_executables_flag_test.dart
|
| index b6a4857a890028c843106de0630da45521060b01..c66d627c822cda5b0ddc693638756cb0a5b89bcf 100644
|
| --- a/sdk/lib/_internal/pub_generated/test/global/binstubs/no_executables_flag_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/global/binstubs/no_executables_flag_test.dart
|
| @@ -1,6 +1,7 @@
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
| +import 'utils.dart';
|
| main() {
|
| initConfig();
|
| integration("does not create binstubs if --no-executables is passed", () {
|
| @@ -14,6 +15,8 @@ main() {
|
| schedulePub(args: ["global", "activate", "--source", "path", "../foo"]);
|
| schedulePub(
|
| args: ["global", "activate", "--source", "path", "../foo", "--no-executables"]);
|
| - d.dir(cachePath, [d.dir("bin", [d.nothing("one")])]).validate();
|
| + d.dir(
|
| + cachePath,
|
| + [d.dir("bin", [d.nothing(binStubName("one"))])]).validate();
|
| });
|
| }
|
|
|