Skip to content

Commit 952bdd2

Browse files
authored
Merge pull request #6536 from apple/🍒/navy/0016f476ab1f
[lldb] Remove errant call to SBReproducer.SetWorkingDirectory
2 parents b5f0971 + 65ba742 commit 952bdd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ def setUpClass(cls):
553553
if traceAlways:
554554
print("Change dir to:", full_dir, file=sys.stderr)
555555
os.chdir(full_dir)
556-
lldb.SBReproducer.SetWorkingDirectory(full_dir)
557556

558557
# Set platform context.
559558
cls.platformContext = lldbplatformutil.createPlatformContext()

0 commit comments

Comments
 (0)