Browse Source

tests: fix $WARN test

git-svn-id: trunk@14476 -
paul 15 years ago
parent
commit
1bbd116730
1 changed files with 2 additions and 2 deletions
  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.