diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/atomic.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/atomic.lua b/tests/atomic.lua index 2de8f52..511a19e 100644 --- a/tests/atomic.lua +++ b/tests/atomic.lua | |||
@@ -9,6 +9,7 @@ local lanes = require "lanes" | |||
9 | local linda= lanes.linda() | 9 | local linda= lanes.linda() |
10 | local key= "$" | 10 | local key= "$" |
11 | 11 | ||
12 | -- TODO: test what happens when we cancel the linda | ||
12 | local f= lanes.genatomic( linda, key, 5 ) | 13 | local f= lanes.genatomic( linda, key, 5 ) |
13 | 14 | ||
14 | local v | 15 | local v |