Ver Fonte

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

florian há 3 anos atrás
pai
commit
677f829732
1 ficheiros alterados com 2 adições e 1 exclusões
  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;