aboutsummaryrefslogtreecommitdiff
path: root/tests/timer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timer.lua')
-rw-r--r--tests/timer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer.lua b/tests/timer.lua
index 805d85c..ec23cee 100644
--- a/tests/timer.lua
+++ b/tests/timer.lua
@@ -100,5 +100,5 @@ PRINT "...making sure no ticks are coming..."
100local k,v= linda:receive( 10, T1,T2 ) -- should not get any 100local k,v= linda:receive( 10, T1,T2 ) -- should not get any
101assert(v==nil) 101assert(v==nil)
102 102
103lanes.timer_lane:cancel() 103lanes.timer_lane:cancel() -- hard cancel, 0 timeout
104print (lanes.timer_lane[1], lanes.timer_lane[2]) \ No newline at end of file 104print (lanes.timer_lane[1], lanes.timer_lane[2]) \ No newline at end of file