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

Unified Diff: sdk/lib/_internal/pub/test/hosted/offline_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/hosted/offline_test.dart
diff --git a/sdk/lib/_internal/pub/test/hosted/offline_test.dart b/sdk/lib/_internal/pub/test/hosted/offline_test.dart
index 0d7b2d80d07623364c477e7e7de59f79c0cc0b12..3bbc9a73438d3d564ec3f482865d44ce88e79acb 100644
--- a/sdk/lib/_internal/pub/test/hosted/offline_test.dart
+++ b/sdk/lib/_internal/pub/test/hosted/offline_test.dart
@@ -61,7 +61,7 @@ main() {
pubCommand(command, args: ['--offline'], error:
"Package foo has no versions that match >2.0.0 derived from:\n"
- "- myapp 0.0.0 depends on version >2.0.0");
+ "- myapp depends on version >2.0.0");
});
});
}

Powered by Google App Engine
This is Rietveld 408576698