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

Unified Diff: tools/gardening/bin/bot.dart

Issue 2999043003: Use package:testing for tools/gardening (Closed)
Patch Set: Created 3 years, 4 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/gardening/bin/bot.dart
diff --git a/tools/gardening/bin/bot.dart b/tools/gardening/bin/bot.dart
index 75c29009cb0562fd01e3f352b2402e691a924fdc..7ee402750985b955c87197489a94f23deef606fb 100644
--- a/tools/gardening/bin/bot.dart
+++ b/tools/gardening/bin/bot.dart
@@ -13,7 +13,7 @@ import 'summary.dart' as summary;
typedef Future MainFunction(List<String> args);
-help(List<String> args) async {
+Future help(List<String> args) async {
if (args.length == 1 && args[0] == "--help") {
print("This help");
return null;

Powered by Google App Engine
This is Rietveld 408576698