| 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 c331f93d8aaf91ef0a79aff96c6f94728de00014..9dc55fa48e46aa0db35de2f9a049ff6ec92a5289 100644
|
| --- a/tools/testing/dart/co19_test_config.dart
|
| +++ b/tools/testing/dart/co19_test_config.dart
|
| @@ -17,7 +17,8 @@ class Co19TestSuite extends StandardTestSuite {
|
| "tests/co19/co19-analyzer2.status",
|
| "tests/co19/co19-runtime.status",
|
| "tests/co19/co19-dart2js.status",
|
| - "tests/co19/co19-dartium.status"
|
| + "tests/co19/co19-dartium.status",
|
| + "tests/co19/co19-kernel.status"
|
| ]);
|
|
|
| bool isTestFile(String filename) => _testRegExp.hasMatch(filename);
|
|
|