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

Unified Diff: tools/migration/lib/src/log.dart

Issue 2991803003: Report more heuristics for tests that require manual work. (Closed)
Patch Set: Created 3 years, 5 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: tools/migration/lib/src/log.dart
diff --git a/tools/migration/lib/src/log.dart b/tools/migration/lib/src/log.dart
index f905bdd1e967617f6114ee6aa07e2755560c3fca..8b0913ca63854154a3a167ace62400b1b84240d2 100644
--- a/tools/migration/lib/src/log.dart
+++ b/tools/migration/lib/src/log.dart
@@ -24,7 +24,7 @@ void note(Object message) {
}
void todo(Object message) {
- print("${red('(TODO)')} $message");
+ print(" ${red('(TODO)')} $message");
}
String bold(text) => "$_bold$text$_none";

Powered by Google App Engine
This is Rietveld 408576698