* fixed typo in diagnostic output

git-svn-id: trunk@9470 -
This commit is contained in:
Jonas Maebe 2007-12-16 10:10:41 +00:00
parent 4987542446
commit 72f6ec3c8f

View File

@ -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.