Skip to content

Commit

Permalink
Merge pull request mesonbuild#9531 from dcbaker/submit/interpreter-mo…
Browse files Browse the repository at this point in the history
…re-typing

More use of typed_* in the interpreter module
  • Loading branch information
jpakkane authored Nov 27, 2021
2 parents 91a099f + c167a76 commit bd509d1
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 115 deletions.
2 changes: 1 addition & 1 deletion mesonbuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ def __init__(self, sources: T.List[File], install_dir: str, install_dir_name: st
self.data_type = data_type

class TestSetup:
def __init__(self, exe_wrapper: T.Optional[T.List[str]], gdb: bool,
def __init__(self, exe_wrapper: T.List[str], gdb: bool,
timeout_multiplier: int, env: EnvironmentVariables,
exclude_suites: T.List[str]):
self.exe_wrapper = exe_wrapper
Expand Down
Loading

0 comments on commit bd509d1

Please sign in to comment.