GP-0: Fix Trace-rmi emu integration test.

This commit is contained in:
Dan
2026-02-03 15:35:55 +00:00
parent 27e8dd3b44
commit 8380599094
@@ -114,12 +114,6 @@ public class TraceRmiPcodeExecTest extends AbstractGhidraHeadedDebuggerIntegrati
return null;
});
/**
* TODO: This second handle should not be necessary. The KNOWN ought to carry into the
* scratch snapshot.
*/
handleReadRegsInvocation(objRegs, () -> null);
byte[] result = waitOn(futResult);
assertEquals(new BigInteger("11"),
executor.getArithmetic().toBigInteger(result, Purpose.INSPECT));