1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00
This commit is contained in:
Brian Fiete 2022-01-19 18:12:58 -05:00
parent 11b43b0d1c
commit 17efad740d

View file

@ -620,7 +620,7 @@ namespace Tests
StructJ sji8e = (.)i8e; StructJ sji8e = (.)i8e;
Test.Assert(i32i == 23); Test.Assert(i32i == 23);
Test.Assert(i32e == 32); Test.Assert(i32e == 34);
Test.Assert(i16i == 23); Test.Assert(i16i == 23);
Test.Assert(i16e == 23); Test.Assert(i16e == 23);
Test.Assert(i8i == 12); Test.Assert(i8i == 12);