GP-0 - fix build issue from GP-4898

This commit is contained in:
ghizard 2024-09-20 12:03:47 +00:00
parent ce53fca3d3
commit 247fa65287

View File

@ -25,12 +25,11 @@ import ghidra.program.database.ProgramBuilder;
import ghidra.program.database.ProgramDB;
import ghidra.program.model.address.Address;
import ghidra.program.model.data.VoidDataType;
import mdemangler.MDMangBaseTest;
import mdemangler.object.MDObjectC;
/**
* 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 {