Explorar el Código

* uw1279 added

peter hace 25 años
padre
commit
131b06c676
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw1279.pp
  2. 4 0
      tests/webtbs/uw1279.pp

+ 1 - 1
tests/webtbs/tw1279.pp

@@ -1,7 +1,7 @@
 { %version=1.1 }
 
 uses
-   aunit in 'testunit';
+   testunit in 'uw1279';
 
 begin
 end.

+ 4 - 0
tests/webtbs/uw1279.pp

@@ -0,0 +1,4 @@
+unit uw1279;
+interface
+implementation
+end.