| Index: sdk/lib/_internal/pub_generated/test/global/binstubs/binstub_runs_precompiled_snapshot_test.dart | 
| diff --git a/sdk/lib/_internal/pub_generated/test/global/binstubs/binstub_runs_precompiled_snapshot_test.dart b/sdk/lib/_internal/pub_generated/test/global/binstubs/binstub_runs_precompiled_snapshot_test.dart | 
| index dccd1faba5860f10cb2fabd3f40e5477b4e8b24d..271759867a88d448e71b1b214942452b35e04b2a 100644 | 
| --- a/sdk/lib/_internal/pub_generated/test/global/binstubs/binstub_runs_precompiled_snapshot_test.dart | 
| +++ b/sdk/lib/_internal/pub_generated/test/global/binstubs/binstub_runs_precompiled_snapshot_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("the binstubs runs a precompiled snapshot if present", () { | 
| @@ -14,7 +20,9 @@ main() { | 
| contents: [ | 
| d.dir("bin", [d.file("script.dart", "main(args) => print('ok');")])]); | 
| }); | 
| + | 
| schedulePub(args: ["global", "activate", "foo"]); | 
| + | 
| d.dir( | 
| cachePath, | 
| [ | 
|  |