Explorar o código

* source error fixed

pierre %!s(int64=25) %!d(string=hai) anos
pai
achega
17d4e0c500
Modificáronse 1 ficheiros con 2 adicións e 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.