* fixed dotest parameters

git-svn-id: trunk@4839 -
This commit is contained in:
Jonas Maebe 2006-10-09 08:38:15 +00:00
parent 2a7ff92018
commit 49986ad7d4

View File

@ -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.