fpc/tests/webtbs/tw37095.pp
Jonas Maebe a88eee4080 * fixed unitdir directive for relative paths in case the current module's
path is not set, broken by r43312 (mantis #37095)

git-svn-id: trunk@45410 -
2020-05-17 21:27:00 +00:00

11 lines
131 B
ObjectPascal

{ %norun }
{ %recompile }
program test;
{$UNITPATH tw37095d}
uses uw37095;
begin
writeln('Say hello, unit!');
UnitHello;
end.