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

Unified Diff: sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart

Issue 1140083005: Rewrite pub's version solver. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 5 years, 7 months 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 9b7877478b3456bb65c5eab24d0e24bd287ef24b..0d16e51cd8c3ee09f179c89c5d87755409d793f8 100644
--- a/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart
+++ b/sdk/lib/_internal/pub/test/implicit_barback_dependency_test.dart
@@ -135,8 +135,8 @@ main() {
d.appDir({"barback": "any"}).create();
pubGet(error: """
-Package barback 0.12.0 does not match >=$current <$max derived from:
-- myapp 0.0.0 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""");
});
@@ -153,7 +153,7 @@ Package barback 0.12.0 does not match >=$current <$max derived from:
pubGet(error: """
Incompatible version constraints on barback:
-- myapp 0.0.0 depends on version $previous
+- 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/version_solver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698