From bc4f14679956d6eac336cb23d72e5e91c189a5bf Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 19 Mar 2025 23:35:27 +0800 Subject: add deps for jobgraph --- tests/modules/async/run_jobgraph.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modules') 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 -- cgit v1.3.1