mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Test fixes
This commit is contained in:
parent
939a8f979c
commit
837ccb0f2a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue