mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 19:50:09 +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}
|
{$ENDIF}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
{$ifdef unix}
|
||||||
|
cwstring,
|
||||||
|
{$endif}
|
||||||
SysUtils,
|
SysUtils,
|
||||||
fpcunit, testreport, testregistry,
|
fpcunit, testreport, testregistry, consoletestrunner,
|
||||||
// Units wich contains the tests
|
// Units wich contains the tests
|
||||||
tcxmlreg,
|
tcxmlreg,
|
||||||
testbasics, consoletestrunner;
|
testbasics;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
A : TTestRunner;
|
A : TTestRunner;
|
||||||
|
Loading…
Reference in New Issue
Block a user