summaryrefslogtreecommitdiff
path: root/tests/modules/async
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-19 23:35:27 +0800
committerruki <[email protected]>2025-04-08 15:31:54 +0800
commitbc4f14679956d6eac336cb23d72e5e91c189a5bf (patch)
tree6d08e7865066546e06abf1171318470494770be1 /tests/modules/async
parenta588ee1c3f407cdfcbe5bc9753a5be1b7ca72e7e (diff)
add deps for jobgraph
Diffstat (limited to 'tests/modules/async')
-rw-r--r--tests/modules/async/run_jobgraph.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/async/run_jobgraph.lua b/tests/modules/async/run_jobgraph.lua
index ec9c9175f..a3e1edeb3 100644
--- a/tests/modules/async/run_jobgraph.lua
+++ b/tests/modules/async/run_jobgraph.lua
@@ -11,7 +11,7 @@ function _jobfunc(index, total, opt)
end
function main()
- print("==================================== test jobpool ====================================")
+ print("==================================== test jobgraph ====================================")
local jobs = jobgraph.new()
jobs:add("job/root", _jobfunc)
for i = 1, 3 do