mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:39:20 +02:00
* test fixed
This commit is contained in:
parent
c5c6df8237
commit
554e9ed12a
@ -7,10 +7,11 @@ program testsync;
|
||||
{$mode delphi}
|
||||
{$endif}
|
||||
|
||||
uses Classes, SysUtils
|
||||
uses
|
||||
{$ifdef unix}
|
||||
,cthreads
|
||||
cthreads,
|
||||
{$endif unix}
|
||||
Classes, SysUtils
|
||||
;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user