mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 21:02:26 +00:00
changed hardcoded test file name to the one which exists in current
directory.
This commit is contained in:
parent
85dff7734d
commit
a7fe55d434
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ PROCEDURE main;
|
|||
ch: CHAR;
|
||||
i: INTEGER;
|
||||
BEGIN
|
||||
F := Files.Old("SETs.pdf");
|
||||
F := Files.Old("hello.txt");
|
||||
IF F # NIL THEN
|
||||
Files.Set(R, F, 0);
|
||||
ilen := Files.Length(F);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue