diff options
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 - |
