| Index: tools/testing/test_configuration.py
|
| diff --git a/tools/testing/test_configuration.py b/tools/testing/test_configuration.py
|
| index 486bc488e9900709c17cd5662dcff56ffea9d789..ebda422cafa820a5ac4cabfd4edddb97af6e65bc 100644
|
| --- a/tools/testing/test_configuration.py
|
| +++ b/tools/testing/test_configuration.py
|
| @@ -269,7 +269,7 @@ class CompilationTestConfiguration(test.TestConfiguration):
|
| super(CompilationTestConfiguration, self).__init__(context, root)
|
|
|
| def ListTests(self, current_path, path, mode, arch, component):
|
| - """Searches for *Test.dart files and returns list of TestCases."""
|
| + """Searches for files satisfying IsTest() and returns list of TestCases."""
|
| tests = []
|
| client_path = os.path.normpath(os.path.join(self.root, '..', '..'))
|
|
|
|
|