Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: sdk/lib/_internal/pub/test/get/path/nonexistent_dir_test.dart

Issue 114193010: Show the dependender(s) for missing packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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""");
});
}
« no previous file with comments | « sdk/lib/_internal/pub/test/get/hosted/get_test.dart ('k') | sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698