Merge remote-tracking branch 'origin/GP-0_ghizard_master_fix_build_issue_with_due_to_GP-4898_20240920'

This commit is contained in:
Ryan Kurtz 2024-09-20 08:04:38 -04:00
commit 4b00fe17d5

View file

@ -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 {