diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-06-07 15:22:14 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-06-07 15:22:14 +0200 |
| commit | f2be35f1f0cd23f0264f174bcc6ce608a9076af7 (patch) | |
| tree | 4db894a5421161d000cc35944b4da1b3dc2a85b6 /tests | |
| parent | 315695b4f8b3437fb63cfc99c976b76be4cee173 (diff) | |
remove caught unused define
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/math/big/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/math/big/build.bat b/tests/core/math/big/build.bat index 54b715a4f..ad199d775 100644 --- a/tests/core/math/big/build.bat +++ b/tests/core/math/big/build.bat @@ -5,7 +5,7 @@ set TEST_ARGS=-fast-tests set TEST_ARGS=-no-random
set TEST_ARGS=
set OUT_NAME=math_big_test_library.dll
-set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style -define:ODIN_TEST_FANCY=false
+set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style
echo ---
echo Running core:math/big tests
echo ---
|