mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Test fix
This commit is contained in:
parent
f9d5b58102
commit
f411c4cf4c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Tests
|
|||
ud.mInt16 = 234;
|
||||
Test.Assert(sizeof(UnionD) == 6);
|
||||
Test.Assert(alignof(UnionD) == 4);
|
||||
Test.Assert(((int16*)&ud)[3] == 234);
|
||||
Test.Assert(((int16*)&ud)[2] == 234);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue