Explorar o código

* make test fail if the wrong method is called

git-svn-id: trunk@13616 -
Jonas Maebe %!s(int64=16) %!d(string=hai) anos
pai
achega
1b6657cf21
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/webtbs/tw14418.pp

+ 1 - 0
tests/webtbs/tw14418.pp

@@ -61,6 +61,7 @@ end;
 procedure TObj.M1;
 procedure TObj.M1;
 begin
 begin
   Writeln('TObj.M1 called');
   Writeln('TObj.M1 called');
+  halt(1);
 end;
 end;
 
 
 {
 {