aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-17 14:28:11 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-17 14:28:11 +0100
commit5f092fe0ec8b6942c63262e7c14c7e4ba913b023 (patch)
treeba09d35bba020711d94d2c0d3fb80b0145b4d01d /tests
parent47eb3f94373a13ac9f204ca65dfde602f53bdc1a (diff)
downloadlanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.tar.gz
lanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.tar.bz2
lanes-5f092fe0ec8b6942c63262e7c14c7e4ba913b023.zip
lindas can have a group for keeper state assignation control
Diffstat (limited to 'tests')
-rw-r--r--tests/keeper.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/keeper.lua b/tests/keeper.lua
index 73ed3cf..4aff51c 100644
--- a/tests/keeper.lua
+++ b/tests/keeper.lua
@@ -19,10 +19,10 @@ local function keeper(linda)
19end 19end
20 20
21-- 21--
22local lindaA= lanes.linda() 22local lindaA= lanes.linda( "A", 1)
23local A= keeper( lindaA ) 23local A= keeper( lindaA )
24 24
25local lindaB= lanes.linda() 25local lindaB= lanes.linda( "B", 2)
26local B= keeper( lindaB ) 26local B= keeper( lindaB )
27 27
28A.some= 1 28A.some= 1