mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00

tests/webtbs/tw10477.pp: + add { %NORUN } (only tests compilation) * change use of unit "uthlp" to "uw10477" git-svn-id: trunk@25510 -
10 lines
58 B
ObjectPascal
10 lines
58 B
ObjectPascal
{ %NORUN }
|
|
|
|
program tw10477;
|
|
|
|
uses
|
|
uw10477;
|
|
|
|
begin
|
|
end.
|