mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:19:22 +02:00
Adapt utcprocess unit to name changes to allow use inside testsuite
This commit is contained in:
parent
4ad0c88a73
commit
f75f688f8b
@ -63,10 +63,10 @@ implementation
|
|||||||
uses dateutils;
|
uses dateutils;
|
||||||
|
|
||||||
const
|
const
|
||||||
dotouch = 'dotouch';
|
dotouch = 'tdotouch';
|
||||||
docat = 'docat';
|
docat = 'tdocat';
|
||||||
doexit = 'doexit';
|
doexit = 'tdoexit';
|
||||||
genout = 'genout';
|
genout = 't_genout';
|
||||||
fntouch = 'touch.txt';
|
fntouch = 'touch.txt';
|
||||||
fntestoutput = 'output.txt';
|
fntestoutput = 'output.txt';
|
||||||
fntestinput = 'input.txt';
|
fntestinput = 'input.txt';
|
||||||
|
Loading…
Reference in New Issue
Block a user