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

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

Issue 2633213003: Do some housekeeping in tools/testing/dart (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « tools/testing/dart/pubspec.yaml ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index e83c6706a383dc1471d3eb13a5ba136cd2d5f363..68d79880e49d586c5c944e6affd0ce73702ae490 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -1015,6 +1015,7 @@ Note: currently only implemented for dart2js.''',
}
print('Unknown test option $name');
exit(1);
+ return null;
Bill Hesse 2017/01/17 14:38:08 I would add a comment "unreachable" here.
asgerf 2017/01/17 14:40:06 Done.
}
List<_TestOptionSpecification> _options;
« no previous file with comments | « tools/testing/dart/pubspec.yaml ('k') | tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698