소스 검색

* source error fixed

pierre 25 년 전
부모
커밋
17d4e0c500
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.