GP-4147: partial fixes for dbgeng tests

GP-4147: partial fixes for dbgeng tests
This commit is contained in:
d-millar 2023-12-15 15:48:04 -05:00
parent 1c414dfac5
commit 64694f595c
3 changed files with 15 additions and 5 deletions

View file

@ -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);
}
/**