Browse Source

* tests fail if dead values are optimized so disable dead value optimization for the tests

git-svn-id: trunk@26631 -
florian 11 years ago
parent
commit
ecdfe75841
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/test/opt/tdfa7.pp
  2. 1 1
      tests/webtbf/tw3631.pp

+ 1 - 1
tests/test/opt/tdfa7.pp

@@ -1,4 +1,4 @@
-{ %OPT=-Oodfa -Sew -vw }
+{ %OPT=-Oodfa -Sew -vw -Oonodeadvalues }
 type
 type
   to1 = object
   to1 = object
     procedure Init;
     procedure Init;

+ 1 - 1
tests/webtbf/tw3631.pp

@@ -1,5 +1,5 @@
 { %fail }
 { %fail }
-{ %opt=-Sew -vw }
+{ %opt=-Sew -vw -Oonodeadvalues}
 
 
 var
 var
   a : array[0..32] of byte;
   a : array[0..32] of byte;