summaryrefslogtreecommitdiff
path: root/tests/modules/async/jobgraph.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-19 23:03:25 +0800
committerruki <[email protected]>2025-04-08 15:31:54 +0800
commit6785ce5822f298ce64684548dfc9d35ec8dd5030 (patch)
treeb9a4dc5298695b320b3e0bdf709a7a759d0ec24d /tests/modules/async/jobgraph.lua
parent1621db050a13474f4d79d02c4d306013770d35b4 (diff)
improve runjobs tests
Diffstat (limited to 'tests/modules/async/jobgraph.lua')
-rw-r--r--tests/modules/async/jobgraph.lua7
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
-