Chromium Code Reviews

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: Nuke implicit deps. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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""");
});
}

Powered by Google App Engine