mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-0 Test fix after merge
This commit is contained in:
parent
2e5d407ee9
commit
034f156718
@ -20,7 +20,6 @@ import static org.junit.Assert.*;
|
||||
import org.junit.Assert;
|
||||
|
||||
import generic.test.AbstractGenericTest;
|
||||
|
||||
import ghidra.app.cmd.data.rtti.RttiUtil;
|
||||
import ghidra.app.plugin.core.analysis.AutoAnalysisManager;
|
||||
import ghidra.app.services.DataTypeManagerService;
|
||||
@ -176,7 +175,7 @@ public class AbstractCreateDataTypeModelTest extends AbstractGenericTest {
|
||||
builder.createMemory(".rdata", "0x101003000", 0x2000);
|
||||
builder.createMemory(".data", "0x101005000", 0x2000);
|
||||
setupDTMService(builder.getProgram());
|
||||
builder.setBytes("0x101005010", RttiAnalyzer.TYPE_INFO_STRING.getBytes());
|
||||
builder.setBytes("0x101005010", RttiUtil.TYPE_INFO_STRING.getBytes());
|
||||
return builder;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user