diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-12-29 10:03:41 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2013-12-29 10:03:41 +0000 |
commit | 9ca8ea8059b1dce5678ce589f3a30feed45dd0ce (patch) | |
tree | fa0919d35d0d161c37870829fa9d43a791c39b7e /tests/test | |
parent | 0c2d8c02699cb780c9cbde2e6d77462417e8dfb7 (diff) | |
download | fpc-9ca8ea8059b1dce5678ce589f3a30feed45dd0ce.tar.gz |
* fix test
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26308 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/opt/tdeadstr3.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test/opt/tdeadstr3.pp b/tests/test/opt/tdeadstr3.pp index 4965b82449..bb982d71d4 100644 --- a/tests/test/opt/tdeadstr3.pp +++ b/tests/test/opt/tdeadstr3.pp @@ -1,4 +1,5 @@ -{ %OPT=-O3 -Oodeadstore } +{ %fail% } +{ %OPT=-O3 -Oodeadstore -Cr } var i : longint; b : byte; |