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

Unified Diff: tools/gardening/test/compare_failures_test.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/test/compare_failures_test.dart
diff --git a/tools/gardening/test/compare_failures_test.dart b/tools/gardening/test/compare_failures_test.dart
index a9a80c5e89bf169304683e7f239c8d4f489b055d..d4a3860d92e7bdad0e1c9d344942d08d55c38cd9 100644
--- a/tools/gardening/test/compare_failures_test.dart
+++ b/tools/gardening/test/compare_failures_test.dart
@@ -18,7 +18,6 @@ import 'package:gardening/src/util.dart';
import 'test_client.dart';
-// TODO(johnniwinther): Use 'package:testing' to run all tests.
main(List<String> args) async {
ArgParser argParser = createArgParser();
argParser.addFlag('force', abbr: 'f');

Powered by Google App Engine
This is Rietveld 408576698