Index: test/global/run/unknown_package_test.dart |
diff --git a/test/global/run/unknown_package_test.dart b/test/global/run/unknown_package_test.dart |
index 291577a345b91bded1350f82f61c66588c324b24..338aee1c47cd47d8cc5e1500c532c192778cd5a7 100644 |
--- a/test/global/run/unknown_package_test.dart |
+++ b/test/global/run/unknown_package_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() { |