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

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

Issue 2855073002: Small-scale clean ups in test.dart, mainly around test_progress. (Closed)
Patch Set: Created 3 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: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index b7cc67481fe3452445ac0c44b0d6082f166ac65d..8674804511c7809a18fff2501af2c59651b684a0 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -376,7 +376,7 @@ Note: currently only implemented for dart2js.''',
new _TestOptionSpecification(
'write_test_outcome_log',
'Write the outcome of all tests executed to a '
- '"${TestUtils.testOutcomeFileName()}" file.',
+ '"${TestUtils.testOutcomeFileName}" file.',
['--write-test-outcome-log'],
[],
false,

Powered by Google App Engine
This is Rietveld 408576698