mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:57:20 +01:00
* Git Patch 9ce10f8ba895c9d14a57df17910715bfd52b5257 from Maciej
git-svn-id: trunk@39376 -
This commit is contained in:
parent
f1673275c7
commit
2f2a5d968b
@ -38,6 +38,7 @@ type
|
||||
TTestBugs = class(TTestCase)
|
||||
published
|
||||
procedure Test_QuadraticProbing_InfinityLoop;
|
||||
procedure Test_GetEqualityComparer;
|
||||
end;
|
||||
|
||||
implementation
|
||||
@ -58,6 +59,11 @@ begin
|
||||
LMap.Free;
|
||||
end;
|
||||
|
||||
procedure TTestBugs.Test_GetEqualityComparer;
|
||||
begin
|
||||
TDelphiQuadrupleHashFactory.GetHashService.LookupEqualityComparer(TypeInfo(Integer), SizeOf(Integer));
|
||||
end;
|
||||
|
||||
begin
|
||||
RegisterTest(TTestBugs);
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user