summaryrefslogtreecommitdiff
path: root/tests/modules/scheduler/semaphore.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-05 00:15:43 +0800
committerruki <[email protected]>2025-10-05 00:15:43 +0800
commit137a9d0875ac96e3636410479d1551f89acf3632 (patch)
tree0dc6e34ea4e8b3d8234861b91cfc9eec23d43d14 /tests/modules/scheduler/semaphore.lua
parent49e117984150d88b8151f317c866935024e2367c (diff)
improve semaphore post
Diffstat (limited to 'tests/modules/scheduler/semaphore.lua')
-rw-r--r--tests/modules/scheduler/semaphore.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/scheduler/semaphore.lua b/tests/modules/scheduler/semaphore.lua
index 788650019..45cc43e1e 100644
--- a/tests/modules/scheduler/semaphore.lua
+++ b/tests/modules/scheduler/semaphore.lua
@@ -7,7 +7,6 @@ function _loop(semaphore, id)
local value = semaphore:wait(-1)
print("[%d]: -> triggered, value: %d ..", id, value)
end
- print("[%d]: end", id)
end
function _input(semaphore)