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

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: Revise, update to latest corelib, and make backtracker default. Created 7 years, 8 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 7e8e3493a6fc50676cfb15aa40dba0376d8e6b3d..36071ba35302a136e300aa13aa5884095a3f7070 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