mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +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;
|
||||
|
||||
const
|
||||
dotouch = 'dotouch';
|
||||
docat = 'docat';
|
||||
doexit = 'doexit';
|
||||
genout = 'genout';
|
||||
dotouch = 'tdotouch';
|
||||
docat = 'tdocat';
|
||||
doexit = 'tdoexit';
|
||||
genout = 't_genout';
|
||||
fntouch = 'touch.txt';
|
||||
fntestoutput = 'output.txt';
|
||||
fntestinput = 'input.txt';
|
||||
|
Loading…
Reference in New Issue
Block a user