mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* fixed filename
This commit is contained in:
parent
52c0e43405
commit
a3ffc5a071
@ -1,7 +1,7 @@
|
||||
{ %OPT=-Or}
|
||||
{$maxfpuregisters 3}
|
||||
uses
|
||||
dotest;
|
||||
erroru;
|
||||
|
||||
var
|
||||
t : text;
|
||||
@ -35,7 +35,7 @@ procedure p;
|
||||
end;
|
||||
|
||||
begin
|
||||
assign(t,'testreg2.dat');
|
||||
assign(t,'treg2.dat');
|
||||
reset(t);
|
||||
p;
|
||||
close(t);
|
||||
|
Loading…
Reference in New Issue
Block a user