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

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

Issue 2633213003: Do some housekeeping in tools/testing/dart (Closed)
Patch Set: Add comment 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..194f834ad5db9b8b224360d67d7a86008502b87c 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; // Unreachable.
}
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