فهرست منبع

Merged revisions 11267 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r11267 | florian | 2008-06-23 21:16:24 +0200 (Mon, 23 Jun 2008) | 1 line

* fixed test
........

git-svn-id: branches/fixes_2_2@12071 -

florian 17 سال پیش
والد
کامیت
f1f3744c8d
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      tests/webtbs/tw11543.pp

+ 3 - 2
tests/webtbs/tw11543.pp

@@ -1,4 +1,5 @@
-unit test;
+{ %norun }
+unit tw11543;
 {$ifdef fpc}{$mode objfpc}{$endif}
 
 interface
@@ -21,4 +22,4 @@ procedure ttestclass.p(const a: TSetOfChar);
 begin
 end;
 
-end.
+end.