mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 06:55:59 +02:00
Fixes typo in the test 822
git-svn-id: trunk@27761 -
This commit is contained in:
parent
b1f3a0a6c8
commit
c7d58c33c4
@ -37,7 +37,7 @@ begin
|
||||
[ScrollBar1.Width, LineEnding, GetSystemMetrics(SM_CXVSCROLL)]);
|
||||
if ParamStr(1)='--runtest' then begin
|
||||
if ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) then
|
||||
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) = ')
|
||||
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL)')
|
||||
else
|
||||
writeln(
|
||||
format('ScrollBar1.Width (%d) <> GetSystemMetrics(SM_CXVSCROLL) (%d)',
|
||||
|
Loading…
Reference in New Issue
Block a user