summaryrefslogtreecommitdiff
path: root/tests/modules/async
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/async')
-rw-r--r--tests/modules/async/jobgraph.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/async/jobgraph.lua b/tests/modules/async/jobgraph.lua
index dd8cb05f8..7a0b87c65 100644
--- a/tests/modules/async/jobgraph.lua
+++ b/tests/modules/async/jobgraph.lua
@@ -1,7 +1,7 @@
-import("core.base.scheduler")
import("async.jobgraph")
function main()
-
+ local gh = jobgraph.new()
+ print(gh)
end