mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02:00
* source error fixed
This commit is contained in:
parent
cc2edb3205
commit
17d4e0c500
@ -41,6 +41,6 @@ begin
|
||||
readln(f,st);
|
||||
if st<>'Alone test' then halt(1);
|
||||
readln(f,st);
|
||||
if st<>'Invalid opcode' then halt(1);
|
||||
if st<>'Invalid Opcode' then halt(1);
|
||||
close(f);
|
||||
end.
|
||||
end.
|
Loading…
Reference in New Issue
Block a user