mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:10:26 +02:00
* make test fail if the wrong method is called
git-svn-id: trunk@13616 -
This commit is contained in:
parent
e8dff46f8e
commit
1b6657cf21
@ -61,6 +61,7 @@ end;
|
||||
procedure TObj.M1;
|
||||
begin
|
||||
Writeln('TObj.M1 called');
|
||||
halt(1);
|
||||
end;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user