maybe fix tests

This commit is contained in:
Hat Kid
2026-04-15 02:39:14 +02:00
parent c0b0f35b05
commit cf14f46ed2
+1 -1
View File
@@ -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"}});
}