aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-03-13 12:31:16 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2025-03-13 12:31:16 +0100
commitc0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce (patch)
tree2d176f8d2acc914fb38949893e76858c13843bf8 /unit_tests/scripts
parentfb03f0e208801406400334014ebcf453ff6f1db0 (diff)
downloadlanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.tar.gz
lanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.tar.bz2
lanes-c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce.zip
Disable unit test "lanes.stack checker" in Release builds
Diffstat (limited to 'unit_tests/scripts')
-rw-r--r--unit_tests/scripts/lane/uncooperative_shutdown.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/scripts/lane/uncooperative_shutdown.lua b/unit_tests/scripts/lane/uncooperative_shutdown.lua
index ce7df57..56c936b 100644
--- a/unit_tests/scripts/lane/uncooperative_shutdown.lua
+++ b/unit_tests/scripts/lane/uncooperative_shutdown.lua
@@ -12,7 +12,7 @@ local lane = function()
12end 12end
13 13
14-- the generator 14-- the generator
15local g1 = lanes.gen("*", lane) 15local g1 = lanes.gen("*", {name = "auto"}, lane)
16 16
17-- launch lane 17-- launch lane
18local h1 = g1() 18local h1 = g1()