aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-09-28 20:48:13 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-09-28 20:48:13 +0100
commitd3b877031838c5a13c4adbfdd1d8fb77c35c9801 (patch)
tree835b67ad0b7508e4b48b87318abd781d705bd5eb /core
parent547477abf60c4c643940b55ed729541fbca21cf7 (diff)
Add `#+test` to base32_test.odin
Diffstat (limited to 'core')
-rw-r--r--core/encoding/base32/base32_test.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/encoding/base32/base32_test.odin b/core/encoding/base32/base32_test.odin
index ea41ae36f..07d5c8080 100644
--- a/core/encoding/base32/base32_test.odin
+++ b/core/encoding/base32/base32_test.odin
@@ -1,3 +1,4 @@
+#+test
package encoding_base32
import "core:testing"