Selaa lähdekoodia

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

florian 3 vuotta sitten
vanhempi
commit
677f829732
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;