Skip to content

Commit 77f2717

Browse files
committed
[lldb] Fixed typo
1 parent 09aa2a5 commit 77f2717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ def get_process_working_directory(self):
20222022
"""Get the working directory that should be used when launching processes for local or remote processes."""
20232023
if lldb.remote_platform:
20242024
# Remote tests set the platform working directory up in
2025-
# TestBase.setUp()
2025+
# Base.setUp()
20262026
return lldb.remote_platform.GetWorkingDirectory()
20272027
else:
20282028
# local tests change directory into each test subdirectory

0 commit comments

Comments
 (0)