Index: test/run/errors_if_path_in_dependency_test.dart |
diff --git a/test/run/errors_if_path_in_dependency_test.dart b/test/run/errors_if_path_in_dependency_test.dart |
index 3874f35070d2399d27f74e34a06e8b14c4ab1d36..2c6736c4fe0c11d9bbf2aa41c636363d3e2ba889 100644 |
--- a/test/run/errors_if_path_in_dependency_test.dart |
+++ b/test/run/errors_if_path_in_dependency_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'; |