浏览代码

* fixed dotest parameters

git-svn-id: trunk@4839 -
Jonas Maebe 19 年之前
父节点
当前提交
49986ad7d4
共有 1 个文件被更改,包括 3 次插入1 次删除
  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.
+