mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/GP-0_ghizard_master_fix_build_issue_with_due_to_GP-4898_20240920'
This commit is contained in:
commit
4b00fe17d5
1 changed files with 1 additions and 2 deletions
|
@ -25,12 +25,11 @@ import ghidra.program.database.ProgramBuilder;
|
||||||
import ghidra.program.database.ProgramDB;
|
import ghidra.program.database.ProgramDB;
|
||||||
import ghidra.program.model.address.Address;
|
import ghidra.program.model.address.Address;
|
||||||
import ghidra.program.model.data.VoidDataType;
|
import ghidra.program.model.data.VoidDataType;
|
||||||
import mdemangler.MDMangBaseTest;
|
|
||||||
import mdemangler.object.MDObjectC;
|
import mdemangler.object.MDObjectC;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class performs extra demangler testing for special cases that do not fit
|
* This class performs extra demangler testing for special cases that do not fit
|
||||||
* the testing pattern found in {@link MDMangBaseTest} and {@link MicrosoftDemanglerTest}
|
* the testing pattern found in MDMangBaseTest and {@link MicrosoftDemanglerTest}
|
||||||
*/
|
*/
|
||||||
public class MicrosoftDemanglerExtraTest extends AbstractGenericTest {
|
public class MicrosoftDemanglerExtraTest extends AbstractGenericTest {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue