浏览代码

+ Small error correction

michael 23 年之前
父节点
当前提交
e69d0e8c06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw1479.pp

+ 1 - 1
tests/webtbs/tw1479.pp

@@ -15,6 +15,6 @@ begin
    halt(1);
    halt(1);
   fn:=FileSearch(ThisDir+fname,PathSeparator);
   fn:=FileSearch(ThisDir+fname,PathSeparator);
   writeln('found: ',fn);
   writeln('found: ',fn);
-  if fn<>'.'+fname then
+  if fn<>ThisDir+fname then
    halt(1);
    halt(1);
 end.
 end.