mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 03:26:56 +08:00
GP-6509: Fix ConPtyTests
This commit is contained in:
+5
@@ -224,6 +224,11 @@ public class ScriptTraceRmiLaunchOfferTest extends AbstractGhidraHeadedDebuggerT
|
||||
public String description() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ProcessHandle handle() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
record MockPty() implements Pty {
|
||||
|
||||
Reference in New Issue
Block a user