aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-03-26 11:36:30 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-03-26 11:36:30 +0100
commitbe2f2b4314799d38901c9e80dd35dee63f541c90 (patch)
tree12862774cf32f5da40afe0c481b0357edc36f565 /tests
parent051a587071e1bd25f72c77e84443be4a3426c83d (diff)
downloadlanes-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.lua2
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
49linda:receive( linda.batched, "key", COUNT) 49linda:receive( linda.batched, "key", COUNT)
50print "waiting a bit more ..."
51linda:receive( 1, "foo")
50print "SUCCESS" 52print "SUCCESS"