mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +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;
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue