From 247fa65287ce4214af4341b1dbd210ccb27d6454 Mon Sep 17 00:00:00 2001 From: ghizard <50744617+ghizard@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:03:47 +0000 Subject: [PATCH] GP-0 - fix build issue from GP-4898 --- .../util/demangler/microsoft/MicrosoftDemanglerExtraTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ghidra/Features/MicrosoftDemangler/src/test/java/ghidra/app/util/demangler/microsoft/MicrosoftDemanglerExtraTest.java b/Ghidra/Features/MicrosoftDemangler/src/test/java/ghidra/app/util/demangler/microsoft/MicrosoftDemanglerExtraTest.java index 6470c8f337..1a3cb4daff 100644 --- a/Ghidra/Features/MicrosoftDemangler/src/test/java/ghidra/app/util/demangler/microsoft/MicrosoftDemanglerExtraTest.java +++ b/Ghidra/Features/MicrosoftDemangler/src/test/java/ghidra/app/util/demangler/microsoft/MicrosoftDemanglerExtraTest.java @@ -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 {