Procházet zdrojové kódy

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 -
svenbarth před 12 roky
rodič
revize
900afaddea
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      tests/webtbs/tw10477.pp

+ 3 - 1
tests/webtbs/tw10477.pp

@@ -1,7 +1,9 @@
+{ %NORUN }
+
 program tw10477;
 program tw10477;
 
 
 uses
 uses
-  uthlp;
+  uw10477;
 
 
 begin
 begin
 end.
 end.