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

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

Issue 2903703002: Tighten types in test.dart even more. (Closed)
Patch Set: Merge branch 'master' into 2-more-types Created 3 years, 7 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/testing/dart/co19_test_config.dart
diff --git a/tools/testing/dart/co19_test_config.dart b/tools/testing/dart/co19_test_config.dart
index 9dc55fa48e46aa0db35de2f9a049ff6ec92a5289..f16298cf08cf0b3bcecf03461281ab96b477e7eb 100644
--- a/tools/testing/dart/co19_test_config.dart
+++ b/tools/testing/dart/co19_test_config.dart
@@ -10,7 +10,7 @@ import 'test_suite.dart';
class Co19TestSuite extends StandardTestSuite {
RegExp _testRegExp = new RegExp(r"t[0-9]{2}.dart$");
- Co19TestSuite(Map configuration)
+ Co19TestSuite(Map<String, dynamic> configuration)
: super(configuration, "co19", new Path("tests/co19/src"), [
"tests/co19/co19-co19.status",
"tests/co19/co19-analyzer.status",

Powered by Google App Engine
This is Rietveld 408576698