summaryrefslogtreecommitdiff
path: root/tests/modules/thread
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/thread')
-rw-r--r--tests/modules/thread/sleep.lua3
1 files changed, 2 insertions, 1 deletions
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