aboutsummaryrefslogtreecommitdiff
path: root/tests/atexit.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/atexit.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/atexit.lua b/tests/atexit.lua
index 31e1199..9fc3070 100644
--- a/tests/atexit.lua
+++ b/tests/atexit.lua
@@ -1,5 +1,4 @@
1local lanes = require "lanes" 1local lanes = require "lanes" -- auto configure
2lanes.configure()
3 2
4-- create a free-running lane 3-- create a free-running lane
5 4