Explorar el Código

tests: fix $WARN test

git-svn-id: trunk@14476 -
paul hace 15 años
padre
commit
1bbd116730
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/webtbs/tw3939.pp

+ 2 - 2
tests/webtbs/tw3939.pp

@@ -1,6 +1,6 @@
-{$warn+}
+{$warn symbol_platform on}
 {$warnings-}
-{$warn-}
+{$warn symbol_platform off}
 {$warnings+}
 begin
 end.