Browse Source

* enable brenchmark to be compiled with -Sh

florian 3 years ago
parent
commit
894c49ca93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/bench/bval.pp

+ 1 - 1
tests/bench/bval.pp

@@ -5,7 +5,7 @@ const
   chars : shortstring = ('0123456789AbCdEf');
   signs : shortstring = (' -');
 var
-  vals : array[0..1000] of shortstring;
+  vals : array[0..1000] of string;
   base,len,baseindex : byte;
   li,i,j : longint;
   code : word;