瀏覽代碼

* don't limit the full path of reslogfile to 32 characters

git-svn-id: trunk@21430 -
Jonas Maebe 13 年之前
父節點
當前提交
a6375ba385
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/utils/teststr.pp

+ 1 - 1
tests/utils/teststr.pp

@@ -38,7 +38,7 @@ const
   known_problem = ' known problem: ';
   line_separation = '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>';
 
-  ResLogfile  : string[32] = 'log';
+  ResLogfile  : string = 'log';
 
 implementation