* source error fixed

This commit is contained in:
pierre 2000-03-17 11:25:38 +00:00
parent cc2edb3205
commit 17d4e0c500

View File

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