| Index: test/global/activate/missing_package_arg_test.dart
|
| diff --git a/test/global/activate/missing_package_arg_test.dart b/test/global/activate/missing_package_arg_test.dart
|
| index 72fbc9724ad3ebe71ca2cb03b6fa9516d5bcf6bf..08f5076983218180264e48ced0510ac55a96b49e 100644
|
| --- a/test/global/activate/missing_package_arg_test.dart
|
| +++ b/test/global/activate/missing_package_arg_test.dart
|
| @@ -2,9 +2,9 @@
|
| // 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:pub/src/exit_codes.dart' as exit_codes;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| -import '../../../lib/src/exit_codes.dart' as exit_codes;
|
| import '../../test_pub.dart';
|
|
|
| main() {
|
|
|