mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
* spelling fixed
This commit is contained in:
parent
1737035501
commit
124480e73a
@ -1177,9 +1177,9 @@ begin
|
||||
writeln('Testing QWord logical - operator was successful');
|
||||
writeln;
|
||||
|
||||
writeln('Testing QWord logical shift operators (shr,shr)');
|
||||
writeln('Testing QWord logical shift operators (shl,shr)');
|
||||
testshlshrqword;
|
||||
writeln('Testing QWord logical shift operators (shr,shr) was successful');
|
||||
writeln('Testing QWord logical shift operators (shl,shr) was successful');
|
||||
writeln;
|
||||
|
||||
writeln('Testing QWord function results');
|
||||
|
Loading…
Reference in New Issue
Block a user