diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2023-12-23 18:40:27 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-03-04 17:26:19 +0100 |
| commit | 7854aa22d99b2c0340f4352f133ce06fd1b80df6 (patch) | |
| tree | e0ad9f5e7737a4dd7c897b4a84bcf27b933a0dd8 /tests/core/encoding | |
| parent | 72d5b87b52fd4a1fb92819121e7f17b9118dac99 (diff) | |
encoding/cbor: fix unused import
Diffstat (limited to 'tests/core/encoding')
| -rw-r--r-- | tests/core/encoding/hex/test_core_hex.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core/encoding/hex/test_core_hex.odin b/tests/core/encoding/hex/test_core_hex.odin index a5daa206e..d928cd28e 100644 --- a/tests/core/encoding/hex/test_core_hex.odin +++ b/tests/core/encoding/hex/test_core_hex.odin @@ -4,7 +4,6 @@ import "core:encoding/hex" import "core:testing" import "core:fmt" import "core:os" -import "core:bytes" TEST_count := 0 TEST_fail := 0 |