mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 23:10:57 +01: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.
|