瀏覽代碼

* make test fail if the wrong method is called

git-svn-id: trunk@13616 -
Jonas Maebe 16 年之前
父節點
當前提交
1b6657cf21
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/webtbs/tw14418.pp

+ 1 - 0
tests/webtbs/tw14418.pp

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