mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* corrected expected line numbers after r16573
git-svn-id: trunk@16576 -
This commit is contained in:
parent
54b5172286
commit
2ee7a0f95d
@ -29,7 +29,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<>'tlib1a.pp') or (l<>9) then
|
||||
if { (s1<>'P') or } (s2<>'tlib1a.pp') or (l<>10) then
|
||||
halt(1);
|
||||
|
||||
{ main program }
|
||||
@ -37,7 +37,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<>'tlib1b.pp') or (l<>23) then
|
||||
if { (s1<>'P') or } (s2<>'tlib1b.pp') or (l<>24) then
|
||||
halt(1);
|
||||
|
||||
writeln('ok');
|
||||
|
Loading…
Reference in New Issue
Block a user