| Index: sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart b/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart
|
| index 95698fc59a12a5a291bf2bcc0700e0ee9b70b7f4..90c3a1d04ce0305e6e6bf01f634c8f5916ccd225 100644
|
| --- a/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| import 'package:path/path.dart' as path;
|
|
|
| +import '../../../lib/src/exit_codes.dart' as exit_codes;
|
| import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
|
|
| @@ -20,6 +21,7 @@ main() {
|
|
|
| pubGet(error: """Could not find package foo at "$badPath".
|
| Depended on by:
|
| -- myapp 0.0.0""");
|
| +- myapp 0.0.0""",
|
| + exitCode: exit_codes.UNAVAILABLE);
|
| });
|
| }
|
|
|