diff --git a/IDEHelper/Tests/src/Comptime.bf b/IDEHelper/Tests/src/Comptime.bf index 48f3cc3d..f8d8bb54 100644 --- a/IDEHelper/Tests/src/Comptime.bf +++ b/IDEHelper/Tests/src/Comptime.bf @@ -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)); } } }