浏览代码

* added missing FAIL

peter 25 年之前
父节点
当前提交
313beddf2e
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 2 0
      tests/tbf/tb0099.pp
  2. 2 0
      tests/webtbf/tw1316.pp
  3. 2 0
      tests/webtbf/tw1365.pp

+ 2 - 0
tests/tbf/tb0099.pp

@@ -1,3 +1,5 @@
+{ %FAIL }
+
 procedure p(a:array of char);
 begin
 end;

+ 2 - 0
tests/webtbf/tw1316.pp

@@ -1,3 +1,5 @@
+{ %FAIL }
+
 unit tw1316;
 interface
 

+ 2 - 0
tests/webtbf/tw1365.pp

@@ -1,3 +1,5 @@
+{ %FAIL }
+
 {$mode fpc}
 program test_const_objects;