mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-24 23:35:19 +00:00
encoding/cbor: adhere to new quaternion rules of master
This commit is contained in:
@@ -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 = '!',
|
||||
|
||||
Reference in New Issue
Block a user