From 985c70089d4c312a7b758e5b56dbd636e996670a Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 16 Oct 2005 05:41:18 +0000 Subject: [PATCH] - removed -Op3 parameter so test also compiles on non-x86 git-svn-id: trunk@1398 - --- tests/webtbs/tw4266.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw4266.pp b/tests/webtbs/tw4266.pp index 0c499bf2c8..36d525c412 100644 --- a/tests/webtbs/tw4266.pp +++ b/tests/webtbs/tw4266.pp @@ -1,4 +1,4 @@ -{ %OPT=-O-G2p3 -Sd} +{ %OPT=-O-G2 -Sd} var c: array[1..10] of integer;