tbug744 must fail

This commit is contained in:
pierre 1999-12-13 12:40:03 +00:00
parent 201af712e4
commit 210a1fc9f8
2 changed files with 19 additions and 0 deletions

9
tests/webtbf/tbug744.pp Normal file
View File

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

10
tests/webtbf/tbug744a.pp Normal file
View File

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