mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Various test fixes.
This commit is contained in:
parent
5bb6f95a84
commit
b9f9c69be4
4 changed files with 10 additions and 8 deletions
|
@ -73,7 +73,7 @@ public class TestDebuggerObjectModel extends AbstractDebuggerObjectModel {
|
|||
@Override
|
||||
public CompletableFuture<Void> close() {
|
||||
session.invalidateSubtree(session, "Model closed");
|
||||
return super.close().thenCompose(__ -> future(null));
|
||||
return future(null).thenCompose(__ -> super.close());
|
||||
}
|
||||
|
||||
public TestTargetProcess addProcess(int pid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue