mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 13:09:43 +02:00
* fixed typo in diagnostic output
git-svn-id: trunk@9470 -
This commit is contained in:
parent
4987542446
commit
72f6ec3c8f
@ -83,7 +83,7 @@ end;
|
||||
|
||||
procedure testAnsiStrLComp;
|
||||
begin
|
||||
teststr:='AnsiStrIComp';
|
||||
teststr:='AnsiStrLComp';
|
||||
check (ansistrlcomp ('', '', 99) = 0, 1); { Trivial case. }
|
||||
check (ansistrlcomp ('a', 'a', 99) = 0, 2); { Identity. }
|
||||
check (ansistrlcomp ('abc', 'abc', 99) = 0, 3); { Multicharacter. }
|
||||
@ -164,4 +164,4 @@ begin
|
||||
testAnsiStrLIComp;
|
||||
if goterror then
|
||||
halt(1);
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user