summaryrefslogtreecommitdiff
path: root/tests/modules/async
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-18 23:55:15 +0800
committerruki <[email protected]>2025-04-08 15:31:54 +0800
commit1621db050a13474f4d79d02c4d306013770d35b4 (patch)
treecf0df4a94324fd1ad80acf1058e6dcc8921715a4 /tests/modules/async
parent00ebba39f7e81d2b52bfb3be458f9825e6d7c070 (diff)
add jobgraph.new
Diffstat (limited to 'tests/modules/async')
-rw-r--r--tests/modules/async/jobgraph.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/async/jobgraph.lua b/tests/modules/async/jobgraph.lua
index dd8cb05f8..7a0b87c65 100644
--- a/tests/modules/async/jobgraph.lua
+++ b/tests/modules/async/jobgraph.lua
@@ -1,7 +1,7 @@
-import("core.base.scheduler")
import("async.jobgraph")
function main()
-
+ local gh = jobgraph.new()
+ print(gh)
end