mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
Try to ix compilation failures in units/fpcunit directory
git-svn-id: trunk@40601 -
(cherry picked from commit 430ec7bbe4
)
This commit is contained in:
parent
8d3ecbd808
commit
40e5a51937
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, fpcunit, testutils, testregistry,
|
||||
BucketList;
|
||||
contnrs;
|
||||
|
||||
type
|
||||
TMyBucketList = Class(TBucketList)
|
||||
|
@ -1,5 +1,7 @@
|
||||
Unit tccompstreaming;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
interface
|
||||
|
||||
Uses
|
||||
|
@ -8,7 +8,7 @@ uses
|
||||
Classes, SysUtils, fpcunit, testutils, testregistry;
|
||||
|
||||
{ TTestToString }
|
||||
|
||||
type
|
||||
TTestToString= class(TTestCase)
|
||||
private
|
||||
fStream : TMemoryStream;
|
||||
@ -908,4 +908,4 @@ initialization
|
||||
|
||||
RegisterTests([TTestToString,TTestTokenInt,TTestTokenFloat,TTestSymbol,TTestBinary]);
|
||||
|
||||
end.
|
||||
end.
|
||||
|
@ -1,5 +1,7 @@
|
||||
unit testcomps;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
interface
|
||||
|
||||
uses classes, sysutils;
|
||||
|
Loading…
Reference in New Issue
Block a user