From 49986ad7d4030f81686eb042077fefe2e5bd0d85 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 9 Oct 2006 08:38:15 +0000 Subject: [PATCH] * fixed dotest parameters git-svn-id: trunk@4839 - --- tests/webtbs/tw7440.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/webtbs/tw7440.pp b/tests/webtbs/tw7440.pp index 9528913b8b..26f5a785bc 100644 --- a/tests/webtbs/tw7440.pp +++ b/tests/webtbs/tw7440.pp @@ -1,4 +1,5 @@ -{ %CPU=i386 %OPT=-S2cgi -OG2 -gl -al } +{ %CPU=i386 } +{ %OPT=-S2cgi -OG2 -gl -al } program bugloop; {$mode objfpc} @@ -12,3 +13,4 @@ begin d[i] := i; writeln('ok'); end. +