diff --git a/tests/webtbs/tw1279.pp b/tests/webtbs/tw1279.pp index eaba778e1a..b126ccb57b 100644 --- a/tests/webtbs/tw1279.pp +++ b/tests/webtbs/tw1279.pp @@ -1,7 +1,7 @@ { %version=1.1 } uses - aunit in 'testunit'; + testunit in 'uw1279'; begin end. diff --git a/tests/webtbs/uw1279.pp b/tests/webtbs/uw1279.pp new file mode 100644 index 0000000000..c1d126299a --- /dev/null +++ b/tests/webtbs/uw1279.pp @@ -0,0 +1,4 @@ +unit uw1279; +interface +implementation +end.