Added some improvements for TBigInt shift left operator
This commit is contained in:
@@ -732,7 +732,8 @@ end;
|
||||
|
||||
{ TBigIntShiftLeftTestCase }
|
||||
|
||||
procedure TBigIntShiftLeftTestCase.Test(const AHexValueOperand: string; const AShift: Integer; const AHexValueResult: string);
|
||||
procedure TBigIntShiftLeftTestCase.Test(const AHexValueOperand: string; const AShift: Integer; const AHexValueResult:
|
||||
string);
|
||||
var
|
||||
a, s: TBigInt;
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user