Explorar el Código

* fixed expected high value

peter hace 21 años
padre
commit
a966964657
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw3113.pp

+ 1 - 1
tests/webtbs/tw3113.pp

@@ -9,7 +9,7 @@ var i:Integer;
 begin
  Writeln(High(A));
 
- if High(A)<>1 then
+ if High(A)<>0 then
    begin
      writeln('Error!');
      halt(1);