fpc/tests/webtbs/tw10477.pp
svenbarth 900afaddea This test was clearly intended differently...
tests/webtbs/tw10477.pp:
  + add { %NORUN } (only tests compilation)
  * change use of unit "uthlp" to "uw10477"

git-svn-id: trunk@25510 -
2013-09-17 17:50:09 +00:00

10 lines
58 B
ObjectPascal

{ %NORUN }
program tw10477;
uses
uw10477;
begin
end.