소스 검색

* fixed wrong naming

git-svn-id: trunk@11034 -
florian 17 년 전
부모
커밋
33b69b0bd2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .gitattributes
  2. 1 1
      tests/test/tlib1b.pp

+ 1 - 1
.gitattributes

@@ -7516,8 +7516,8 @@ tests/test/tinterface5.pp svneol=native#text/plain
 tests/test/tinterrupt.pp svneol=native#text/plain
 tests/test/tintfdef.pp svneol=native#text/plain
 tests/test/tintuint.pp svneol=native#text/plain
-tests/test/tlib1.pp svneol=native#text/plain
 tests/test/tlib1a.pp svneol=native#text/plain
+tests/test/tlib1b.pp svneol=native#text/plain
 tests/test/tlibrary1.pp svneol=native#text/plain
 tests/test/tlibrary2.pp svneol=native#text/plain
 tests/test/tlibrary3.pp svneol=native#text/plain

+ 1 - 1
tests/test/tlib1.pp → tests/test/tlib1b.pp

@@ -36,7 +36,7 @@ w:
   s2:=ExtractFilename(s2);
   writeln({ 'Func: ',s1,'} 'Source: ',s2,' Line: ',l);
   { GetLineInfo of dwarf doesn't return the function name }
-  if { (s1<>'P') or } (s2<>'tlib1.pp') or (l<>23) then
+  if { (s1<>'P') or } (s2<>'tlib1b.pp') or (l<>23) then
     halt(1);
 
   writeln('ok');