| Index: test/global/binstubs/explicit_and_no_executables_options_test.dart
 | 
| diff --git a/test/global/binstubs/explicit_and_no_executables_options_test.dart b/test/global/binstubs/explicit_and_no_executables_options_test.dart
 | 
| index 65c67adaff927e92804e707114f42dd2d54a09a5..ef17d776e3a70eeeb731ef56ceb48515e9b21c07 100644
 | 
| --- a/test/global/binstubs/explicit_and_no_executables_options_test.dart
 | 
| +++ b/test/global/binstubs/explicit_and_no_executables_options_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 '../../descriptor.dart' as d;
 | 
|  import '../../test_pub.dart';
 | 
|  
 | 
| 
 |