mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 14:09:15 +02:00
* use cwstring on non-windows
git-svn-id: trunk@41813 -
(cherry picked from commit 8daccbf4c1
)
This commit is contained in:
parent
fb92da495c
commit
9ad319dcdf
@ -9,11 +9,14 @@ program regtestframework;
|
||||
{$ENDIF}
|
||||
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cwstring,
|
||||
{$endif}
|
||||
SysUtils,
|
||||
fpcunit, testreport, testregistry,
|
||||
fpcunit, testreport, testregistry, consoletestrunner,
|
||||
// Units wich contains the tests
|
||||
tcxmlreg,
|
||||
testbasics, consoletestrunner;
|
||||
testbasics;
|
||||
|
||||
Var
|
||||
A : TTestRunner;
|
||||
|
Loading…
Reference in New Issue
Block a user