mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Test fixes
This commit is contained in:
parent
48b8bc0fcc
commit
6758197e84
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ public class StructureEditorAlignmentTest extends AbstractStructureEditorTest {
|
|||
(pAction instanceof DuplicateMultipleAction) || (pAction instanceof DeleteAction) ||
|
||||
(pAction instanceof ArrayAction) ||
|
||||
(pAction instanceof CreateInternalStructureAction) ||
|
||||
(pAction instanceof ShowComponentPathAction) || (pAction instanceof ApplyAction)) {
|
||||
(pAction instanceof ShowComponentPathAction) || (pAction instanceof ApplyAction) ||
|
||||
(pAction instanceof FindReferencesToStructureFieldAction)) {
|
||||
checkEnablement(pAction, true);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue