mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 17:09:41 +02:00
* Fixes after re-running test
This commit is contained in:
parent
8834c109fa
commit
774e96f8a9
packages/rtl-objpas
@ -2860,8 +2860,6 @@ begin
|
||||
Result:=FData.FValueData.GetDataSize;
|
||||
exit;
|
||||
end;
|
||||
if IsEmpty then
|
||||
exit;
|
||||
case Kind of
|
||||
tkEnumeration,
|
||||
tkBool,
|
||||
|
@ -1787,7 +1787,7 @@ begin
|
||||
s:=[low(TTestEnum),high(TTestEnum)];
|
||||
TValue.Make(@s, TypeInfo(TTestSet), value);
|
||||
CheckEquals(SizeOf(TTestSet), value.DataSize, 'Size of TTestSet differs');
|
||||
p := Nil;
|
||||
p := Self;
|
||||
TValue.Make(@p, TypeInfo(Pointer), value);
|
||||
CheckEquals(SizeOf(Pointer), value.DataSize, 'Size of Pointer differs');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user