mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:50:25 +02:00
* fixed dotest parameters
git-svn-id: trunk@4839 -
This commit is contained in:
parent
2a7ff92018
commit
49986ad7d4
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user