mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 15:25:31 -04:00
maybe fix tests
This commit is contained in:
@@ -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"}});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user