* fixed filename

This commit is contained in:
Jonas Maebe 2001-09-03 15:06:55 +00:00
parent 52c0e43405
commit a3ffc5a071

View File

@ -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);