Browse Source

* fixed test

git-svn-id: trunk@11267 -
florian 17 years ago
parent
commit
91116c2e21
1 changed files with 3 additions and 2 deletions
  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.