Index: test/global/deactivate/unexpected_arguments_test.dart |
diff --git a/test/global/deactivate/unexpected_arguments_test.dart b/test/global/deactivate/unexpected_arguments_test.dart |
index f57fcccbc041f4b2c868d3dba412256424689309..044d1b8eb2e37e59a9474f410253ad7c0c3dee94 100644 |
--- a/test/global/deactivate/unexpected_arguments_test.dart |
+++ b/test/global/deactivate/unexpected_arguments_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() { |