From cf14f46ed2c2bbc6134fff8babd0eb8a99441314 Mon Sep 17 00:00:00 2001 From: Hat Kid <6624576+Hat-Kid@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:39:14 +0200 Subject: [PATCH] maybe fix tests --- test/decompiler/test_FormExpressionBuild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/decompiler/test_FormExpressionBuild.cpp b/test/decompiler/test_FormExpressionBuild.cpp index d8b2890cf7..ea513371b1 100644 --- a/test/decompiler/test_FormExpressionBuild.cpp +++ b/test/decompiler/test_FormExpressionBuild.cpp @@ -2545,7 +2545,7 @@ TEST_F(FormRegressionTestJak1, ExprTerminal2) { std::string expected = "(let\n" " ((f0-4 (sqrtf (/ (- (* 0.0 arg0) arg1) arg2))))\n" - " (- f0-4 (+ arg1 (* arg2 (* f0-4 f0-4))))\n" + " (- f0-4 (+ arg1 (* arg2 (square f0-4))))\n" " )"; test_with_expr(func, type, expected, false, "", {{"L17", "A ~A"}}); }