mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 18:19:45 +02:00
* fixed test
git-svn-id: trunk@10556 -
This commit is contained in:
parent
99e1e85447
commit
8a98d46594
@ -5,10 +5,16 @@ interface
|
||||
|
||||
implementation
|
||||
|
||||
var
|
||||
t: text;
|
||||
|
||||
initialization
|
||||
writeln('Unit 1');
|
||||
writeln('initialization');
|
||||
finalization
|
||||
writeln('Unit 1'); // problem
|
||||
writeln('finalization');
|
||||
assign(t,'uw6822a.txt');
|
||||
rewrite(t);
|
||||
close(t);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user