Browse Source

* corrected expected line numbers after r16573

git-svn-id: trunk@16576 -
Jonas Maebe 14 years ago
parent
commit
2ee7a0f95d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/tlib1b.pp

+ 2 - 2
tests/test/tlib1b.pp

@@ -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');