mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:09:22 +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
|
uses
|
||||||
Classes, SysUtils, fpcunit, testutils, testregistry,
|
Classes, SysUtils, fpcunit, testutils, testregistry,
|
||||||
BucketList;
|
contnrs;
|
||||||
|
|
||||||
type
|
type
|
||||||
TMyBucketList = Class(TBucketList)
|
TMyBucketList = Class(TBucketList)
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
Unit tccompstreaming;
|
Unit tccompstreaming;
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
Uses
|
Uses
|
||||||
|
@ -8,7 +8,7 @@ uses
|
|||||||
Classes, SysUtils, fpcunit, testutils, testregistry;
|
Classes, SysUtils, fpcunit, testutils, testregistry;
|
||||||
|
|
||||||
{ TTestToString }
|
{ TTestToString }
|
||||||
|
type
|
||||||
TTestToString= class(TTestCase)
|
TTestToString= class(TTestCase)
|
||||||
private
|
private
|
||||||
fStream : TMemoryStream;
|
fStream : TMemoryStream;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
unit testcomps;
|
unit testcomps;
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses classes, sysutils;
|
uses classes, sysutils;
|
||||||
|
Loading…
Reference in New Issue
Block a user