| 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",
|
|
|