소스 검색

Rename `math/big` test package

This is in line with the other tests, and it does not seem to affect
building the library.
Feoramund 1 년 전
부모
커밋
f0d65112b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/core/math/big/test.odin

+ 1 - 1
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.