Explorar el Código

* source error fixed

pierre hace 25 años
padre
commit
17d4e0c500
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/ts/ts010022.pp

+ 2 - 2
tests/ts/ts010022.pp

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