Explorar o código

* Erase the temp file.

git-svn-id: trunk@39868 -
yury %!s(int64=6) %!d(string=hai) anos
pai
achega
ff3d7862d6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.