瀏覽代碼

* uw1279 added

peter 25 年之前
父節點
當前提交
131b06c676
共有 2 個文件被更改,包括 5 次插入1 次删除
  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.