mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* fix test to check result properly as pointed out by Bi0T1N in the bug tracker
git-svn-id: trunk@45739 -
This commit is contained in:
parent
6b4c97f495
commit
f65f1bd802
@ -10,4 +10,7 @@ begin
|
||||
b := 0;
|
||||
w := abs(i-b);
|
||||
WriteLn(w);
|
||||
if w<>53 then
|
||||
halt(1);
|
||||
Writeln('ok');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user