Browse Source

* source name was wrong

pierre 26 years ago
parent
commit
9dc4ab1a4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs0098.pp

+ 1 - 1
tests/tbs0098.pp

@@ -7,7 +7,7 @@ var
  L:longint;
  S:string;
 begin
- assign(F,'TEST.PAS');                 { Assign F to itself }
+ assign(F,'tbs0098.pp');               { Assign F to itself }
  reset(F);                             { Open it (as a textfile) }
  ReadLn(F);                            { Just read some lines }
  ReadLn(F);