Browse Source

* source error fixed

pierre 25 năm trước cách đây
mục cha
commit
17d4e0c500
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.