diff --git a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/compositeeditor/StructureEditorAlignmentTest.java b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/compositeeditor/StructureEditorAlignmentTest.java index 36b7a07067..8f0260d908 100644 --- a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/compositeeditor/StructureEditorAlignmentTest.java +++ b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/compositeeditor/StructureEditorAlignmentTest.java @@ -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 {