From 6f00bdb04458f6e1c77de1221e8fb8c4f317885a Mon Sep 17 00:00:00 2001 From: James <49045138+ghidracadabra@users.noreply.github.com> Date: Fri, 29 May 2026 09:55:02 -0400 Subject: [PATCH] GP-0 fixed decompiler navigation tests --- .../app/plugin/core/decompile/DecompilerNavigationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/plugin/core/decompile/DecompilerNavigationTest.java b/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/plugin/core/decompile/DecompilerNavigationTest.java index 8b42114e5e..cbec0cf893 100644 --- a/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/plugin/core/decompile/DecompilerNavigationTest.java +++ b/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/plugin/core/decompile/DecompilerNavigationTest.java @@ -136,7 +136,7 @@ public class DecompilerNavigationTest extends AbstractDecompilerTest { decompile("10059a3"); // function that calls 'ghidra' - int line = 35; + int line = 33; int character = 1; assertToken("ghidra", line, character); setDecompilerLocation(line, character); @@ -171,7 +171,7 @@ public class DecompilerNavigationTest extends AbstractDecompilerTest { decompile("10059a3"); // function that calls 'ghidra' - int line = 35; + int line = 33; int character = 1; assertToken("ghidra", line, character); setDecompilerLocation(line, character);