mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GT-2846, 2847 - Decompiler - test fixes
This commit is contained in:
@@ -91,6 +91,10 @@ public class ProgramBigListingModel implements ListingModel, FormatModelListener
|
||||
showNonExternalFunctionPointerFormat = (Boolean) newValue;
|
||||
formatModelChanged(null);
|
||||
}
|
||||
|
||||
// There are quite a few options that affect the display of the the layouts. Flush
|
||||
// the cache on any change, as it is simpler than tracking individual options.
|
||||
layoutCache.clear();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -56,10 +56,6 @@ public class OperandFieldFactoryTest extends AbstractGhidraHeadedIntegrationTest
|
||||
private Options fieldOptions;
|
||||
private Program program;
|
||||
|
||||
public OperandFieldFactoryTest() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
|
||||
|
||||
@@ -41,10 +41,6 @@ public class PostCommentFieldFactoryTest extends AbstractGhidraHeadedIntegration
|
||||
private Options fieldOptions;
|
||||
private Program program;
|
||||
|
||||
public PostCommentFieldFactoryTest() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user