mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 23:49:44 +02:00
* Patch from Thierry Gayet to fix compilation of tests
This commit is contained in:
parent
8971103a00
commit
14d4b0808b
@ -24,7 +24,7 @@ type
|
|||||||
procedure TestWebIDL(const WebIDLSrc, ExpectedPascalSrc: array of string); virtual;
|
procedure TestWebIDL(const WebIDLSrc, ExpectedPascalSrc: array of string); virtual;
|
||||||
procedure CheckDiff(Msg, Expected, Actual: string); virtual;
|
procedure CheckDiff(Msg, Expected, Actual: string); virtual;
|
||||||
property WebIDLToPas: TWebIDLToPasWasmJob read FWebIDLToPas;
|
property WebIDLToPas: TWebIDLToPasWasmJob read FWebIDLToPas;
|
||||||
property HeaderSrc: String read FHeaderSrc write FHeaderSrc;
|
property HeaderSrc: TIDLString read FHeaderSrc write FHeaderSrc;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TTestWebIDL2WasmJob }
|
{ TTestWebIDL2WasmJob }
|
||||||
@ -48,7 +48,7 @@ type
|
|||||||
procedure TestWJ_IntfFunction_ArgAny;
|
procedure TestWJ_IntfFunction_ArgAny;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function LinesToStr(Args: array of const): string;
|
function LinesToStr(Args: array of const): TIDLString;
|
||||||
function CheckSrcDiff(Expected, Actual: string; out Msg: string): boolean;
|
function CheckSrcDiff(Expected, Actual: string; out Msg: string): boolean;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user