Skip to content

Commit 65ba742

Browse files
committed
[lldb] Remove errant call to SBReproducer.SetWorkingDirectory
The old reproducer functionality has been removed. Remove this call as it's now just a NO-OP. (cherry picked from commit 0016f47)
1 parent b5f0971 commit 65ba742

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)