mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed test
This commit is contained in:
parent
50a1d5dab2
commit
11adc19e80
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ namespace Tests
|
|||
Test.Assert(dct.mA == 123);
|
||||
|
||||
const int typeSizes = StructE.GetSizes();
|
||||
Test.Assert(typeSizes == 25);
|
||||
Test.Assert(typeSizes == sizeof(StructA) + sizeof(EnumA));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue