Browse Source

* fixed dotest parameters

git-svn-id: trunk@4839 -
Jonas Maebe 19 years ago
parent
commit
49986ad7d4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/webtbs/tw7440.pp

+ 3 - 1
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.
+