aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-07 09:42:09 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 18:15:46 +0200
commitd093c5555ec439affcfbecdceabfb122aa8c2f73 (patch)
treede148388b0382d87bcc2caed72625e3dec829bda /tests
parentebb0837588336e32fc1258a3838673afdd31ee71 (diff)
downloadlanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.tar.gz
lanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.tar.bz2
lanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.zip
Some more code refactorization
Diffstat (limited to '')
-rw-r--r--tests/timer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer.lua b/tests/timer.lua
index 73ecb93..a633286 100644
--- a/tests/timer.lua
+++ b/tests/timer.lua
@@ -8,7 +8,7 @@
8io.stderr:setvbuf "no" 8io.stderr:setvbuf "no"
9 9
10 10
11local lanes = require "lanes".configure() 11local lanes = require "lanes".configure{with_timers=true}
12 12
13local linda= lanes.linda() 13local linda= lanes.linda()
14 14