diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-26 11:36:30 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-26 11:36:30 +0100 |
commit | be2f2b4314799d38901c9e80dd35dee63f541c90 (patch) | |
tree | 12862774cf32f5da40afe0c481b0357edc36f565 /tests | |
parent | 051a587071e1bd25f72c77e84443be4a3426c83d (diff) | |
download | lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.tar.gz lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.tar.bz2 lanes-be2f2b4314799d38901c9e80dd35dee63f541c90.zip |
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/protect_allocator.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/protect_allocator.lua b/tests/protect_allocator.lua index 593261e..6eead5d 100644 --- a/tests/protect_allocator.lua +++ b/tests/protect_allocator.lua | |||
@@ -47,4 +47,6 @@ end | |||
47 | 47 | ||
48 | -- wait for completion | 48 | -- wait for completion |
49 | linda:receive( linda.batched, "key", COUNT) | 49 | linda:receive( linda.batched, "key", COUNT) |
50 | print "waiting a bit more ..." | ||
51 | linda:receive( 1, "foo") | ||
50 | print "SUCCESS" | 52 | print "SUCCESS" |