Browse Source

* moved to tbf

peter 22 years ago
parent
commit
ab460bc0de
1 changed files with 4 additions and 3 deletions
  1. 4 3
      tests/webtbf/tw2724.pp

+ 4 - 3
tests/webtbs/tw2724.pp → tests/webtbf/tw2724.pp

@@ -1,8 +1,9 @@
+{ %fail }
+
 { Source provided for Free Pascal Bug Report 2724 }
 { Submitted by "marco" on  2003-10-08 }
 { e-mail:  }
-
-{$Mode delphi}
+{$ifdef fpc}{$Mode delphi}{$endif}
 type
   TBitSet = class(TBits)
     constructor Create(aSize: integer);
@@ -17,4 +18,4 @@ begin
 end;
 
 begin
-end.
+end.