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