| Index: sdk/lib/_internal/pub/test/global/binstubs/removes_when_deactivated_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/binstubs/removes_when_deactivated_test.dart b/sdk/lib/_internal/pub/test/global/binstubs/removes_when_deactivated_test.dart
|
| index 3a8e149c588a0abb056a3d4091105dfc803f9e82..5580a53b47b0c107b5e0fd01fc051c78980eea31 100644
|
| --- a/sdk/lib/_internal/pub/test/global/binstubs/removes_when_deactivated_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/binstubs/removes_when_deactivated_test.dart
|
| @@ -6,6 +6,7 @@ import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
| +import 'utils.dart';
|
|
|
| main() {
|
| initConfig();
|
| @@ -29,8 +30,8 @@ main() {
|
|
|
| d.dir(cachePath, [
|
| d.dir("bin", [
|
| - d.nothing("one"),
|
| - d.nothing("two")
|
| + d.nothing(binStubName("one")),
|
| + d.nothing(binStubName("two"))
|
| ])
|
| ]).validate();
|
| });
|
|
|