diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-17 14:28:11 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-17 14:28:11 +0100 |
commit | 5f092fe0ec8b6942c63262e7c14c7e4ba913b023 (patch) | |
tree | ba09d35bba020711d94d2c0d3fb80b0145b4d01d /tests | |
parent | 47eb3f94373a13ac9f204ca65dfde602f53bdc1a (diff) | |
download | lanes-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.lua | 4 |
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) | |||
19 | end | 19 | end |
20 | 20 | ||
21 | -- | 21 | -- |
22 | local lindaA= lanes.linda() | 22 | local lindaA= lanes.linda( "A", 1) |
23 | local A= keeper( lindaA ) | 23 | local A= keeper( lindaA ) |
24 | 24 | ||
25 | local lindaB= lanes.linda() | 25 | local lindaB= lanes.linda( "B", 2) |
26 | local B= keeper( lindaB ) | 26 | local B= keeper( lindaB ) |
27 | 27 | ||
28 | A.some= 1 | 28 | A.some= 1 |