mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 03:39:31 +02:00
Explicitly use testu version of GetFileContents function
This commit is contained in:
parent
8ee31342fe
commit
2584a271b5
@ -401,7 +401,7 @@ begin
|
||||
Verbose(V_WARNING,'Could not find newly added test!')
|
||||
else
|
||||
If AddSource then
|
||||
UpdateTest(Result,Info,GetFileContents(Name))
|
||||
UpdateTest(Result,Info,testu.GetFileContents(Name))
|
||||
else
|
||||
UpdateTest(Result,Info,'');
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user