Răsfoiți Sursa

* source error fixed

pierre 25 ani în urmă
părinte
comite
17d4e0c500
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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.