From 91116c2e21477f33c29a0eaae01b970fd05bce4d Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 23 Jun 2008 19:16:24 +0000 Subject: [PATCH] * fixed test git-svn-id: trunk@11267 - --- tests/webtbs/tw11543.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/webtbs/tw11543.pp b/tests/webtbs/tw11543.pp index abe87bcf65..7855b9c6ba 100644 --- a/tests/webtbs/tw11543.pp +++ b/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. \ No newline at end of file +end.