From 9de0be5040e3feda8aface1174cd1e6fc696fe4e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 19 Apr 2025 00:42:27 +0800 Subject: bind sandbox --- tests/modules/thread/sleep.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/modules/thread/sleep.lua') diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua index 9f7bb859c..cfc314c4c 100644 --- a/tests/modules/thread/sleep.lua +++ b/tests/modules/thread/sleep.lua @@ -1,8 +1,9 @@ import("core.thread.thread") function callback(id) - print("hello") + print(import) --[[ + import("core.thread.thread") print("%s: %d starting ..", thread.running(), id) local dt = os.mclock() for i = 1, 10 do -- cgit v1.3.1