| Index: test/pub_get_and_upgrade_test.dart
|
| diff --git a/test/pub_get_and_upgrade_test.dart b/test/pub_get_and_upgrade_test.dart
|
| index c5d78a353b1d01290f4ac062b5806605eac0fa09..c810e0253ee743ea9acf136e8d4b0a3fc79f891c 100644
|
| --- a/test/pub_get_and_upgrade_test.dart
|
| +++ b/test/pub_get_and_upgrade_test.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| library pub_tests;
|
|
|
| +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 'descriptor.dart' as d;
|
| import 'test_pub.dart';
|
|
|
|
|