Index: test/barback/fails_on_disallowed_directories_test.dart |
diff --git a/test/barback/fails_on_disallowed_directories_test.dart b/test/barback/fails_on_disallowed_directories_test.dart |
index a57d8e7db545cd8621ee0abe6507224660349e25..0eba8dde9cde24a87e7fbe6097cb00b61f669f62 100644 |
--- a/test/barback/fails_on_disallowed_directories_test.dart |
+++ b/test/barback/fails_on_disallowed_directories_test.dart |
@@ -2,10 +2,10 @@ |
// 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:path/path.dart' as path; |
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'; |
import 'utils.dart'; |