mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* fixed wrong naming
git-svn-id: trunk@11034 -
This commit is contained in:
parent
94ead30261
commit
33b69b0bd2
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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');
|
Loading…
Reference in New Issue
Block a user