changed hardcoded test file name to the one which exists in current

directory.
This commit is contained in:
Norayr Chilingarian 2024-03-21 19:36:43 +04:00
parent 85dff7734d
commit a7fe55d434

View file

@ -24,7 +24,7 @@ PROCEDURE main;
ch: CHAR; ch: CHAR;
i: INTEGER; i: INTEGER;
BEGIN BEGIN
F := Files.Old("SETs.pdf"); F := Files.Old("hello.txt");
IF F # NIL THEN IF F # NIL THEN
Files.Set(R, F, 0); Files.Set(R, F, 0);
ilen := Files.Length(F); ilen := Files.Length(F);