fpc/tests/tbf/tb0052.pp
2000-12-03 21:50:07 +00:00

13 lines
287 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0269.pp }
{ wrong linenumber for repeat until when type mismatch OK 0.99.12b (PM) }
{ No idea how I could test this !! PM }
{ we should parse the compiler output !! }
{ Wrong line number for error message }
begin
repeat
writeln('test');
until sptr;
end.