Browse Source

* Erase the temp file.

git-svn-id: trunk@39868 -
yury 6 years ago
parent
commit
ff3d7862d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw32938.pp

+ 2 - 0
tests/webtbs/tw32938.pp

@@ -30,6 +30,8 @@ begin
    if b<>10 then
    if b<>10 then
      halt(1);
      halt(1);
    write;
    write;
+   close(f);
+   erase(f);
    writeln('ok');
    writeln('ok');
 end.
 end.