浏览代码

tbug744 must fail

pierre 26 年之前
父节点
当前提交
210a1fc9f8
共有 2 个文件被更改,包括 19 次插入0 次删除
  1. 9 0
      tests/webtbf/tbug744.pp
  2. 10 0
      tests/webtbf/tbug744a.pp

+ 9 - 0
tests/webtbf/tbug744.pp

@@ -0,0 +1,9 @@
+Unit tbug744;
+
+Interface
+
+Uses tbug744a;
+
+Implementation
+
+end.

+ 10 - 0
tests/webtbf/tbug744a.pp

@@ -0,0 +1,10 @@
+Unit tbug744a;
+
+Interface
+
+Uses tbug744;
+
+Implementation
+
+end.
+