diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-28 20:48:13 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-28 20:48:13 +0100 |
| commit | d3b877031838c5a13c4adbfdd1d8fb77c35c9801 (patch) | |
| tree | 835b67ad0b7508e4b48b87318abd781d705bd5eb | |
| parent | 547477abf60c4c643940b55ed729541fbca21cf7 (diff) | |
Add `#+test` to base32_test.odin
| -rw-r--r-- | core/encoding/base32/base32_test.odin | 1 |
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" |