소스 검색

* 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