| 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 2db4d3813c9d7ebe99efb7a18e0038c969aa4c6b..35552bbf5de1f1481dde511d8f0cee73981fbe24 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
|
| @@ -18,6 +18,8 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - pubGet(error: "Could not find package 'foo' at '$badPath'.");
|
| + pubGet(error: """Could not find package foo at "$badPath".
|
| +Depended on by:
|
| +- myapp""");
|
| });
|
| }
|
|
|