Explorar el Código

* tw39323 needs to turn on range check to test what it is supposed to test

florian hace 3 años
padre
commit
677f829732
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tests/webtbs/tw39323.pp

+ 2 - 1
tests/webtbs/tw39323.pp

@@ -1,6 +1,7 @@
+
 program project1;
 
-{$mode objfpc}{$H+}
+{$mode objfpc}{$H+}{$R+}
 {$ZeroBasedStrings On}
 
 uses sysutils;