mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 10:20:21 +02:00
* fixed test
git-svn-id: trunk@11008 -
This commit is contained in:
parent
1fe749c90c
commit
4f7a6bb637
@ -14,7 +14,7 @@ begin
|
||||
p(a);
|
||||
GetLineInfo(PtrUInt(a),s1,s2,l);
|
||||
writeln('Func: ',s1,' Source: ',s2,' Line: ',l);
|
||||
if (s1<>'P') or (s2<>'tlib1a.pp') or (l<>7) then
|
||||
if (s1<>'P') or (s2<>'tlib1a.pp') or (l<>9) then
|
||||
halt(1);
|
||||
writeln('ok');
|
||||
end.
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %opt=-gl }
|
||||
{$goto on}
|
||||
library tlib1a;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user