浏览代码

* Erase the temp file.

git-svn-id: trunk@39868 -
yury 6 年之前
父节点
当前提交
ff3d7862d6
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.