Browse Source

* fixed expected high value

peter 21 years ago
parent
commit
a966964657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw3113.pp

+ 1 - 1
tests/webtbs/tw3113.pp

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