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

git-svn-id: trunk@26631 -
This commit is contained in:
florian 2014-01-30 19:44:12 +00:00
parent 546f4a5d46
commit ecdfe75841
2 changed files with 2 additions and 2 deletions

View File

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

View File

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