diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-09 20:39:11 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-09 20:42:07 -0400 |
| commit | f0d65112b8f6a4ed70f437a8bfb3acd46e46d80f (patch) | |
| tree | f278d1dbe74e4f6d0213f71eae26ba8ff30835bf /tests | |
| parent | 5fbd876db14f77ddbd95c144d9b262474764c4cd (diff) | |
Rename `math/big` test package
This is in line with the other tests, and it does not seem to affect
building the library.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/math/big/test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/math/big/test.odin b/tests/core/math/big/test.odin index e0762a66d..f35f0b72b 100644 --- a/tests/core/math/big/test.odin +++ b/tests/core/math/big/test.odin @@ -8,7 +8,7 @@ This file exports procedures for use with the test.py test suite. */ -package math_big_tests +package test_core_math_big /* TODO: Write tests for `internal_*` and test reusing parameters with the public implementations. |