diff --git a/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/decompiler/component/DecompilerClangTest.java b/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/decompiler/component/DecompilerClangTest.java index c249fc1601..900f4106b6 100644 --- a/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/decompiler/component/DecompilerClangTest.java +++ b/Ghidra/Features/Decompiler/src/test.slow/java/ghidra/app/decompiler/component/DecompilerClangTest.java @@ -44,6 +44,7 @@ import ghidra.app.plugin.core.decompile.AbstractDecompilerTest; import ghidra.app.plugin.core.decompile.DecompilerProvider; import ghidra.app.plugin.core.decompile.actions.*; import ghidra.app.util.AddEditDialog; +import ghidra.framework.Application; import ghidra.framework.options.ToolOptions; import ghidra.program.model.listing.CommentType; import ghidra.program.model.listing.Function; @@ -978,6 +979,12 @@ public class DecompilerClangTest extends AbstractDecompilerTest { */ + // TODO temp workaround; delete when 12.2 is released + String version = Application.getApplicationVersion(); + if ("12.1".equals(version)) { + return; + } + decompile("100000d60"); // '_call_structure_A' // 5:2 "_printf"