New tests for atomic ops

This commit is contained in:
Michael Schimmel
2025-06-03 19:49:48 +02:00
parent 556690fa5e
commit f438c91dbd
11 changed files with 511 additions and 951 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ begin
// Acquire lock before calling Advise
FOwnerFixture.FNotifier.Lock;
try
var tag := FOwnerFixture.FNotifier.Advise(FReceiversToAdd[i]);
{var tag :=} FOwnerFixture.FNotifier.Advise(FReceiversToAdd[i]);
// The 'tag' could be used here if necessary for other test scenarios
finally
// Definitely release lock in the finally block