diff options
Diffstat (limited to 'testing/runner.py')
-rw-r--r-- | testing/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runner.py b/testing/runner.py index 198f760ce..ad1e01d65 100644 --- a/testing/runner.py +++ b/testing/runner.py @@ -23,7 +23,7 @@ sys.path.append(build_scripts_dir) from build_scripts.utils import detect_clang -class TestRunner(object): +class TestRunner: def __init__(self, log_entry, project, index): self.log_entry = log_entry built_path = log_entry.build_dir |