| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 41551)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -797,9 +797,6 @@
|
| if (!isTestFile(filename)) return;
|
| Path filePath = new Path(filename);
|
|
|
| - // Only run the tests that match the pattern.
|
| - if (filePath.filename.endsWith('test_config.dart')) return;
|
| -
|
| var optionsFromFile = readOptionsFromFile(filePath);
|
| CreateTest createTestCase = makeTestCaseCreator(optionsFromFile);
|
|
|
|
|