summaryrefslogtreecommitdiff
path: root/tests/modules/thread/sleep.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-27 23:51:56 +0800
committerruki <[email protected]>2025-08-28 11:35:53 +0800
commit568e22b7879e47616ba96e35a750cf950321742c (patch)
tree97db472b586be75c50ac3a20d9d5aafa81eab81c /tests/modules/thread/sleep.lua
parent8b976dd744fc18d617e00655631cbca8a1f19035 (diff)
fix thread envs
Diffstat (limited to 'tests/modules/thread/sleep.lua')
-rw-r--r--tests/modules/thread/sleep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua
index cfc314c4c..59c22dc07 100644
--- a/tests/modules/thread/sleep.lua
+++ b/tests/modules/thread/sleep.lua
@@ -1,7 +1,7 @@
import("core.thread.thread")
function callback(id)
- print(import)
+ print("import", import)
--[[
import("core.thread.thread")
print("%s: %d starting ..", thread.running(), id)