git-svn-id: trunk@11034 -
@@ -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
@@ -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');