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

Unified Diff: tools/testing/dart/test_progress.dart

Issue 8889010: Fix progress indicator typo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_progress.dart
diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
index bcc94b4507758a94b897bf606552d7b695c0cdb3..8a5fb80fd6addf8360b1c045b199738737d9fceb 100644
--- a/tools/testing/dart/test_progress.dart
+++ b/tools/testing/dart/test_progress.dart
@@ -239,7 +239,7 @@ class LineProgressIndicator extends ProgressIndicator {
class VerboseProgressIndicator extends ProgressIndicator {
VerboseProgressIndicator(Date startTime, bool printTiming)
- : super(startTime, bool printTiming);
+ : super(startTime, printTiming);
void _printStartProgress(TestCase test) {
print('Starting ${test.displayName}...');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698