From 6809e2d887d3f3f298b4e324a7580c55ac47562d Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 27 Aug 2025 23:23:00 +0800 Subject: move thread to base --- tests/modules/thread/sleep.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/modules/thread/sleep.lua') diff --git a/tests/modules/thread/sleep.lua b/tests/modules/thread/sleep.lua index 294c04fea..2e21aa3d2 100644 --- a/tests/modules/thread/sleep.lua +++ b/tests/modules/thread/sleep.lua @@ -1,7 +1,7 @@ -import("core.thread.thread") +import("core.base.thread") function callback(id) - import("core.thread.thread") + import("core.base.thread") print("%s: %d starting ..", thread.running(), id) local dt = os.mclock() for i = 1, 10 do -- cgit v1.3.1