Index: test/run/errors_if_no_executable_is_given_test.dart |
diff --git a/test/run/errors_if_no_executable_is_given_test.dart b/test/run/errors_if_no_executable_is_given_test.dart |
index 388d497932ce291a094f25980e8902758b83e018..5951bf065fb68b671d34ff0b4975686b4cb3e205 100644 |
--- a/test/run/errors_if_no_executable_is_given_test.dart |
+++ b/test/run/errors_if_no_executable_is_given_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 '../descriptor.dart' as d; |
import '../test_pub.dart'; |