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