Browse Source

* use source for test

pierre 26 years ago
parent
commit
c35fc00fe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tbs/tbs0111.pp

+ 1 - 1
tests/tbs/tbs0111.pp

@@ -3,7 +3,7 @@ var
   i : word;
   buf : string;
 begin
-  assign(f,'test');
+  assign(f,'tbs0111.pp');
   reset(f);
   blockread(f,buf[1],sizeof(buf),i);    { This is not allowed in BP7 }
   buf[0]:=chr(i);