From 4e50b9d3314913ecd3ee0e37cc0cfcc8f18b7209 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 10 Jun 2025 16:55:03 +0200 Subject: [PATCH] Fix path --- tests/core/math/big/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/math/big/build.bat b/tests/core/math/big/build.bat index a15e48488..cc580ac81 100644 --- a/tests/core/math/big/build.bat +++ b/tests/core/math/big/build.bat @@ -13,4 +13,4 @@ echo --- %PATH_TO_ODIN% build . %COMMON% -o:speed -out:%OUT_NAME% python3 test.py %TEST_ARGS% -odin test test_core_math_big.odin -file \ No newline at end of file +%PATH_TO_ODIN% test test_core_math_big.odin -file \ No newline at end of file