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

Unified Diff: pkg/testing/lib/src/run_tests.dart

Issue 2697603009: Allow to specify analysis-options to the analyzer step in package:testing, and (Closed)
Patch Set: Created 3 years, 10 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
« pkg/testing/lib/src/analyze.dart ('K') | « pkg/testing/lib/src/analyze.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/testing/lib/src/run_tests.dart
diff --git a/pkg/testing/lib/src/run_tests.dart b/pkg/testing/lib/src/run_tests.dart
index bc29a3baa0df48013d743562dc2cdd33f58ece13..c4394687a846d38ee145cbce176e05747fb2b13f 100644
--- a/pkg/testing/lib/src/run_tests.dart
+++ b/pkg/testing/lib/src/run_tests.dart
@@ -115,7 +115,7 @@ class CommandLine {
return fail(
"Usage: run_tests.dart [$configPrefix=configuration_file]\n"
"Where configuration_file is one of:\n "
- "${candiates.map((File file) => file.path).join('\n ')}");
+ "${candiates.map((file) => file.path).join('\n ')}");
Siggi Cherem (dart-lang) 2017/02/15 22:56:15 technically this is another case of a covariant ov
}
}
}
« pkg/testing/lib/src/analyze.dart ('K') | « pkg/testing/lib/src/analyze.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698