diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:27:53 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:27:53 +0200 |
| commit | aec7d6480be79bb32c9937ff06ec38baff89e344 (patch) | |
| tree | f7959db398e1a6f78259a6e73c01097ec29da6d6 /tests/core/normal.odin | |
| parent | 153b0de4206773956d0402c880de2ff5254947e4 (diff) | |
Package lines for base32, move its tests to tests"
Diffstat (limited to 'tests/core/normal.odin')
| -rw-r--r-- | tests/core/normal.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/normal.odin b/tests/core/normal.odin index fe69acf64..a16657ea8 100644 --- a/tests/core/normal.odin +++ b/tests/core/normal.odin @@ -13,6 +13,7 @@ download_assets :: proc "contextless" () { @(require) import "c/libc" @(require) import "compress" @(require) import "container" +@(require) import "encoding/base32" @(require) import "encoding/base64" @(require) import "encoding/cbor" @(require) import "encoding/hex" |