1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed test

This commit is contained in:
Brian Fiete 2025-01-19 12:53:08 -08:00
parent 50a1d5dab2
commit 11adc19e80

View file

@ -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));
}
}
}