mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
GP-0 Test fix after merge
This commit is contained in:
parent
2e5d407ee9
commit
034f156718
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ import static org.junit.Assert.*;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
|
||||||
import generic.test.AbstractGenericTest;
|
import generic.test.AbstractGenericTest;
|
||||||
|
|
||||||
import ghidra.app.cmd.data.rtti.RttiUtil;
|
import ghidra.app.cmd.data.rtti.RttiUtil;
|
||||||
import ghidra.app.plugin.core.analysis.AutoAnalysisManager;
|
import ghidra.app.plugin.core.analysis.AutoAnalysisManager;
|
||||||
import ghidra.app.services.DataTypeManagerService;
|
import ghidra.app.services.DataTypeManagerService;
|
||||||
|
@ -176,7 +175,7 @@ public class AbstractCreateDataTypeModelTest extends AbstractGenericTest {
|
||||||
builder.createMemory(".rdata", "0x101003000", 0x2000);
|
builder.createMemory(".rdata", "0x101003000", 0x2000);
|
||||||
builder.createMemory(".data", "0x101005000", 0x2000);
|
builder.createMemory(".data", "0x101005000", 0x2000);
|
||||||
setupDTMService(builder.getProgram());
|
setupDTMService(builder.getProgram());
|
||||||
builder.setBytes("0x101005010", RttiAnalyzer.TYPE_INFO_STRING.getBytes());
|
builder.setBytes("0x101005010", RttiUtil.TYPE_INFO_STRING.getBytes());
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue