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

Unified Diff: utils/tests/pub/pub_test.dart

Issue 13095015: Use backtracking when solving dependency constraints. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean up some test code. Created 7 years, 9 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: utils/tests/pub/pub_test.dart
diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
index 49d70635d81c5e5217cf095a9c974fe02c636ca8..06d53f0cd8975f3ff86fbe7137e825779af2471b 100644
--- a/utils/tests/pub/pub_test.dart
+++ b/utils/tests/pub/pub_test.dart
@@ -22,9 +22,10 @@ final USAGE_STRING = """
--[no-]trace Print debugging information when an error occurs.
--verbosity Control output verbosity.
- [all] All output including internal tracing messages are shown.
- [io] IO operations are also shown.
- [normal] Errors, warnings, and user messages are shown.
+ [all] Show all output including internal tracing messages.
+ [io] Also show IO operations.
+ [normal] Show errors, warnings, and user messages.
+ [solver] Show steps during version resolution.
-v, --verbose Shortcut for "--verbosity=all"

Powered by Google App Engine
This is Rietveld 408576698