GP-6509: Fix ConPtyTests

This commit is contained in:
Dan
2026-03-25 18:26:42 +00:00
parent cccc5103c1
commit 92a1ea3bd0
5 changed files with 171 additions and 86 deletions
@@ -224,6 +224,11 @@ public class ScriptTraceRmiLaunchOfferTest extends AbstractGhidraHeadedDebuggerT
public String description() {
return null;
}
@Override
public ProcessHandle handle() {
return null;
}
}
record MockPty() implements Pty {