mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4147: partial fixes for dbgeng tests
GP-4147: partial fixes for dbgeng tests
This commit is contained in:
parent
1c414dfac5
commit
64694f595c
3 changed files with 15 additions and 5 deletions
|
@ -124,7 +124,7 @@ public abstract class AbstractDebuggerModelTest extends AbstractGhidraHeadedInte
|
|||
* @throws Throwable if anything goes wrong
|
||||
*/
|
||||
protected TargetMemory findMemory(List<String> seedPath) throws Throwable {
|
||||
return m.find(TargetMemory.class, seedPath);
|
||||
return m.suitable(TargetMemory.class, seedPath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue