| Index: sdk/lib/_internal/pub_generated/test/global/activate/missing_git_repo_test.dart
|
| diff --git a/sdk/lib/_internal/pub_generated/test/global/activate/missing_git_repo_test.dart b/sdk/lib/_internal/pub_generated/test/global/activate/missing_git_repo_test.dart
|
| index 4799c3a265619f509e7200f0183a4006ae471b2b..4da5970ca9c617f66ed7c4227aac17bb76b47d69 100644
|
| --- a/sdk/lib/_internal/pub_generated/test/global/activate/missing_git_repo_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/global/activate/missing_git_repo_test.dart
|
| @@ -1,9 +1,16 @@
|
| +// 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 '../../test_pub.dart';
|
| +
|
| main() {
|
| initConfig();
|
| integration('fails if the Git repo does not exist', () {
|
| ensureGit();
|
| +
|
| schedulePub(
|
| args: ["global", "activate", "-sgit", "../nope.git"],
|
| error: contains("repository '../nope.git' does not exist"),
|
|
|