diff --git a/Ghidra/Framework/Emulation/src/test/java/ghidra/pcode/exec/PcodeFrameTest.java b/Ghidra/Framework/Emulation/src/test/java/ghidra/pcode/exec/PcodeFrameTest.java index a1a78b1be3..8e61bb1189 100644 --- a/Ghidra/Framework/Emulation/src/test/java/ghidra/pcode/exec/PcodeFrameTest.java +++ b/Ghidra/Framework/Emulation/src/test/java/ghidra/pcode/exec/PcodeFrameTest.java @@ -15,7 +15,7 @@ */ package ghidra.pcode.exec; -import static org.junit.Assert.assertEquals; +import static org.junit.Assert.*; import java.io.File; @@ -128,8 +128,8 @@ public class PcodeFrameTest extends AbstractGTest { r0 = INT_ADD r0, 1:8 - $U280:1 = INT_EQUAL r0, r1 - CBRANCH <0>, $U280:1 + $U300:1 = INT_EQUAL r0, r1 + CBRANCH <0>, $U300:1 >""", program.toString()); } @@ -215,8 +215,8 @@ public class PcodeFrameTest extends AbstractGTest { -> r0 = INT_ADD r0, 1:8 - $U280:1 = INT_EQUAL r0, r1 - CBRANCH <0>, $U280:1 + $U300:1 = INT_EQUAL r0, r1 + CBRANCH <0>, $U300:1 }>""", frame.toString()); } diff --git a/Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/pcode/emu/jit/analysis/JitControlFlowModelTest.java b/Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/pcode/emu/jit/analysis/JitControlFlowModelTest.java index 4031e26236..8330c1667a 100644 --- a/Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/pcode/emu/jit/analysis/JitControlFlowModelTest.java +++ b/Ghidra/Test/IntegrationTest/src/test.slow/java/ghidra/pcode/emu/jit/analysis/JitControlFlowModelTest.java @@ -439,8 +439,8 @@ public class JitControlFlowModelTest extends AbstractJitTest { // For sanity, and so I can reason out the results assertEquals("""