| Index: test/global/run/missing_executable_arg_test.dart
|
| diff --git a/test/global/run/missing_executable_arg_test.dart b/test/global/run/missing_executable_arg_test.dart
|
| index 01c798d765bda29f92614f51c244b1b5d8ce0bf8..bf6dfeadd64968794f92db06c3df65a002c5d9a5 100644
|
| --- a/test/global/run/missing_executable_arg_test.dart
|
| +++ b/test/global/run/missing_executable_arg_test.dart
|
| @@ -2,7 +2,8 @@
|
| // 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 '../../../lib/src/exit_codes.dart' as exit_codes;
|
| +import 'package:pub/src/exit_codes.dart' as exit_codes;
|
| +
|
| import '../../test_pub.dart';
|
|
|
| main() {
|
|
|