mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 19:29:07 +02:00
* uw1279 added
This commit is contained in:
parent
cc3d72c9a1
commit
131b06c676
@ -1,7 +1,7 @@
|
|||||||
{ %version=1.1 }
|
{ %version=1.1 }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
aunit in 'testunit';
|
testunit in 'uw1279';
|
||||||
|
|
||||||
begin
|
begin
|
||||||
end.
|
end.
|
||||||
|
4
tests/webtbs/uw1279.pp
Normal file
4
tests/webtbs/uw1279.pp
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
unit uw1279;
|
||||||
|
interface
|
||||||
|
implementation
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user