소스 검색

* 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;