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

Unified Diff: sdk/lib/_internal/pub/test/implicit_barback_dependency_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/implicit_barback_dependency_test.dart
diff --git a/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart b/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart
index 4d0074fbeb3a248aca4341821dbd31da73d41267..894cf5163c9bf3772899983bf86b09828676932c 100644
--- a/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart
+++ b/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart
@@ -114,8 +114,8 @@ main() {
d.appDir({"barback": "any"}).create();
pubGet(error: """
-Package 'barback' has no versions that match >=$current <$max derived from:
-- 'myapp' depends on version any
+Package barback has no versions that match >=$current <$max derived from:
+- myapp depends on version any
- pub itself depends on version >=$current <$max""");
});
@@ -128,8 +128,8 @@ Package 'barback' has no versions that match >=$current <$max derived from:
d.appDir({"barback": previous}).create();
pubGet(error: """
-Incompatible version constraints on 'barback':
-- 'myapp' depends on version $previous
+Incompatible version constraints on barback:
+- myapp depends on version $previous
- pub itself depends on version >=$current <$max""");
});
}
« no previous file with comments | « sdk/lib/_internal/pub/test/hosted/offline_test.dart ('k') | sdk/lib/_internal/pub/test/pub_get_and_upgrade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698