aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/init_and_shutdown.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-28 17:59:09 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-28 17:59:09 +0200
commit58b44326ad2aaae710797745b800c61f65725ebb (patch)
treee153423637823403f162023787a11d3c9ddded41 /unit_tests/init_and_shutdown.cpp
parenta86327245eea5638b933aec795026699201c19e1 (diff)
downloadlanes-58b44326ad2aaae710797745b800c61f65725ebb.tar.gz
lanes-58b44326ad2aaae710797745b800c61f65725ebb.tar.bz2
lanes-58b44326ad2aaae710797745b800c61f65725ebb.zip
Remove a useless mutex guard on lane setf-destruct
Diffstat (limited to 'unit_tests/init_and_shutdown.cpp')
-rw-r--r--unit_tests/init_and_shutdown.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/init_and_shutdown.cpp b/unit_tests/init_and_shutdown.cpp
index bd72157..764e294 100644
--- a/unit_tests/init_and_shutdown.cpp
+++ b/unit_tests/init_and_shutdown.cpp
@@ -117,6 +117,7 @@ TEST_CASE("lanes.configure.allocator")
117 SECTION("allocator = 'protected'") 117 SECTION("allocator = 'protected'")
118 { 118 {
119 // no typo, should work 119 // no typo, should work
120 // TODO: Investigate why this test crashes when unloading lanes_core.dll when running against Lua 5.1 and Lua 5.2 RELEASE ONLY!
120 L.requireSuccess("require 'lanes'.configure{allocator = 'protected'}"); 121 L.requireSuccess("require 'lanes'.configure{allocator = 'protected'}");
121 } 122 }
122 123