| Index: sdk/lib/_internal/pub_generated/test/global/binstubs/path_package_test.dart
|
| diff --git a/sdk/lib/_internal/pub_generated/test/global/binstubs/path_package_test.dart b/sdk/lib/_internal/pub_generated/test/global/binstubs/path_package_test.dart
|
| index 9e6e4482569f2ee18684764c954f5b606bdeb18b..aecd1fd47ee18af82c799584fde1345ca5ef55c1 100644
|
| --- a/sdk/lib/_internal/pub_generated/test/global/binstubs/path_package_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/global/binstubs/path_package_test.dart
|
| @@ -1,7 +1,13 @@
|
| +// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| +
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
| import 'utils.dart';
|
| +
|
| main() {
|
| initConfig();
|
| integration("creates binstubs when activating a path package", () {
|
| @@ -12,9 +18,11 @@ main() {
|
| }
|
| }),
|
| d.dir("bin", [d.file("foo.dart", "main() => print('ok');")])]).create();
|
| +
|
| schedulePub(
|
| args: ["global", "activate", "--source", "path", "../foo"],
|
| output: contains("Installed executable foo."));
|
| +
|
| d.dir(
|
| cachePath,
|
| [
|
|
|