mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:58:12 +02:00
FpDebug, test: disable thread check on Linux. Not required, and currently not fully implemented
This commit is contained in:
parent
6216a99ce5
commit
ca431adcf2
@ -73,8 +73,10 @@ var
|
||||
|
||||
procedure AssertFpDebugThreadId(const AName: String);
|
||||
begin
|
||||
{$IFnDEF LINUX}
|
||||
if FCurrentFpDebugThreadIdValidForAssert then
|
||||
assert(GetCurrentThreadId = FCurrentFpDebugThreadIdForAssert, AName);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
procedure AssertFpDebugThreadIdNotMain(const AName: String);
|
||||
|
Loading…
Reference in New Issue
Block a user