diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-01-17 00:03:35 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-03-04 17:26:19 +0100 |
| commit | c4e45d509a25ad1d341a5519606ddff59bfeb64e (patch) | |
| tree | b39b1232206f2d4a38eb02b4477cb7c6f10f8a89 /tests | |
| parent | c1cf6c1a95bb489525e329280be735d7a5ce966b (diff) | |
encoding/cbor: adhere to new quaternion rules of master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/encoding/cbor/test_core_cbor.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/encoding/cbor/test_core_cbor.odin b/tests/core/encoding/cbor/test_core_cbor.odin index 691a0a5ec..e7a3ef419 100644 --- a/tests/core/encoding/cbor/test_core_cbor.odin +++ b/tests/core/encoding/cbor/test_core_cbor.odin @@ -177,7 +177,7 @@ test_marshalling :: proc(t: ^testing.T) { ennie = .EFoo, ennieb = {.EBar}, - quat = quaternion(16, 17, 18, 19), + quat = quaternion(w=16, x=17, y=18, z=19), comp = complex(32, 33), important = '!', |