Explorar o código

* fixed filename

Jonas Maebe %!s(int64=24) %!d(string=hai) anos
pai
achega
a3ffc5a071
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/test/opt/treg2.pp

+ 2 - 2
tests/test/opt/treg2.pp

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