summaryrefslogtreecommitdiff
path: root/tests/modules/async/jobgraph.lua
diff options
context:
space:
mode:
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
-