Explicitly use testu version of GetFileContents function

This commit is contained in:
FPC_Admin 2024-02-17 15:46:32 +00:00
parent 8ee31342fe
commit 2584a271b5

View File

@ -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