mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 19:57:26 +08:00
Test fixes
This commit is contained in:
+3
@@ -555,6 +555,9 @@ public abstract class AbstractGhidraHeadedDebuggerTest
|
|||||||
if (provider == null) {
|
if (provider == null) {
|
||||||
ctx = new DefaultActionContext();
|
ctx = new DefaultActionContext();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
ctx = provider.getActionContext(null);
|
||||||
|
}
|
||||||
|
|
||||||
ctx.setContextProvider(provider);
|
ctx.setContextProvider(provider);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user