mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +02:00
* removed interactiveness from the test
git-svn-id: trunk@30862 -
This commit is contained in:
parent
31037d0664
commit
3efd54cbd6
@ -10,8 +10,7 @@ var
|
||||
|
||||
begin
|
||||
Buf[0] := 'A';
|
||||
writeln(ord(Buf[0]));
|
||||
StrPLCopy(Buf, '', 0);
|
||||
writeln(ord(Buf[0]));
|
||||
readln;
|
||||
if Buf[0]<>#0 then
|
||||
halt(1);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user