diff options
| author | ruki <[email protected]> | 2025-03-19 23:03:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:54 +0800 |
| commit | 6785ce5822f298ce64684548dfc9d35ec8dd5030 (patch) | |
| tree | b9a4dc5298695b320b3e0bdf709a7a759d0ec24d /tests/modules/async/jobgraph.lua | |
| parent | 1621db050a13474f4d79d02c4d306013770d35b4 (diff) | |
improve runjobs tests
Diffstat (limited to 'tests/modules/async/jobgraph.lua')
| -rw-r--r-- | tests/modules/async/jobgraph.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/modules/async/jobgraph.lua b/tests/modules/async/jobgraph.lua deleted file mode 100644 index 7a0b87c65..000000000 --- a/tests/modules/async/jobgraph.lua +++ /dev/null @@ -1,7 +0,0 @@ -import("async.jobgraph") - -function main() - local gh = jobgraph.new() - print(gh) -end - |
