We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aa2a5 commit 77f2717Copy full SHA for 77f2717
lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -2022,7 +2022,7 @@ def get_process_working_directory(self):
2022
"""Get the working directory that should be used when launching processes for local or remote processes."""
2023
if lldb.remote_platform:
2024
# Remote tests set the platform working directory up in
2025
- # TestBase.setUp()
+ # Base.setUp()
2026
return lldb.remote_platform.GetWorkingDirectory()
2027
else:
2028
# local tests change directory into each test subdirectory
0 commit comments