mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 12:09:28 +08:00
Test fixes
This commit is contained in:
+1
@@ -376,6 +376,7 @@ public class GoToAddressLabelPluginTest extends AbstractGhidraHeadedIntegrationT
|
|||||||
loadProgram("x86");
|
loadProgram("x86");
|
||||||
createOverlay("TestOverlay1", "1002000", 100);
|
createOverlay("TestOverlay1", "1002000", 100);
|
||||||
MemoryBlock overlay2Block = createOverlay("TestOverlay2", "1003000", 100);
|
MemoryBlock overlay2Block = createOverlay("TestOverlay2", "1003000", 100);
|
||||||
|
waitForSwing();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Put us in an address space that does not have a match for the query address
|
// Put us in an address space that does not have a match for the query address
|
||||||
|
|||||||
Reference in New Issue
Block a user