Browse Source

Add explicit -CO- command line option in tests needing it

git-svn-id: trunk@20598 -
pierre 13 years ago
parent
commit
3abfc11ade
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/webtbs/tw10931.pp
  2. 1 1
      tests/webtbs/tw1284.pp

+ 1 - 1
tests/webtbs/tw10931.pp

@@ -1,4 +1,4 @@
-{ %opt=-Cr -Sew -vw }
+{ %opt=-Cr -CO- -Sew -vw }
 
 var
   a: PtrUInt;

+ 1 - 1
tests/webtbs/tw1284.pp

@@ -1,6 +1,6 @@
 { %version=1.1 }
+{ %OPT=-CO- -Seh -vh }
 
-{ %OPT=-Seh -vh }
 {$mode objfpc}
  function f(p: word): boolean;
  begin