New tests for atomic ops
This commit is contained in:
@@ -411,7 +411,6 @@ begin
|
||||
funcLazyObj := TMycFuncLazy<Integer>.Create(sourceDirty.State, function: Integer begin Result := 1; end);
|
||||
Assert.IsTrue(funcLazyObj.Pop(tempVal), 'Initial Pop should succeed');
|
||||
funcLazyObj.Destroy;
|
||||
funcLazyObj := nil;
|
||||
Assert.WillNotRaise(
|
||||
procedure
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user