Merge remote-tracking branch 'origin/GP-0_Dan_testFixes-2026-02-03-1' into patch

This commit is contained in:
Ryan Kurtz
2026-02-03 10:43:19 -05:00

View File

@@ -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));