Browse Source

* fixed wrong naming

git-svn-id: trunk@11034 -
florian 17 years ago
parent
commit
33b69b0bd2
2 changed files with 2 additions and 2 deletions
  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');