* removed interactiveness from the test

git-svn-id: trunk@30862 -
This commit is contained in:
Jonas Maebe 2015-05-15 19:45:18 +00:00
parent 31037d0664
commit 3efd54cbd6

View File

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