diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-05 13:46:58 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-05 13:46:58 +0000 |
| commit | a300a860ec53b0085ef46774e7b6e96a09dc9f0f (patch) | |
| tree | 0f6185be53bf0c31400c8df8cdc0988ce362f301 /tests/core/encoding | |
| parent | 52d3497eda2f267802f460df3c87a56f5b8edaf8 (diff) | |
Add `#+feature dynamic-literals` to tests
Diffstat (limited to 'tests/core/encoding')
| -rw-r--r-- | tests/core/encoding/cbor/test_core_cbor.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/encoding/cbor/test_core_cbor.odin b/tests/core/encoding/cbor/test_core_cbor.odin index c614727b9..ee853ebac 100644 --- a/tests/core/encoding/cbor/test_core_cbor.odin +++ b/tests/core/encoding/cbor/test_core_cbor.odin @@ -1,3 +1,4 @@ +#+feature dynamic-literals package test_encoding_cbor import "base:intrinsics" |