Ver código fonte

* Erase the temp file.

git-svn-id: trunk@39868 -
yury 6 anos atrás
pai
commit
ff3d7862d6
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/webtbs/tw32938.pp

+ 2 - 0
tests/webtbs/tw32938.pp

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