diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/keeper.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/keeper.lua b/tests/keeper.lua index 2d432f4..0220eba 100644 --- a/tests/keeper.lua +++ b/tests/keeper.lua | |||
@@ -31,7 +31,7 @@ end | |||
31 | -- ################################################################################################# | 31 | -- ################################################################################################# |
32 | -- ################################################################################################# | 32 | -- ################################################################################################# |
33 | 33 | ||
34 | if false then | 34 | if true then |
35 | PRINT "=========================================================================================" | 35 | PRINT "=========================================================================================" |
36 | PRINT "Linda groups test:" | 36 | PRINT "Linda groups test:" |
37 | 37 | ||
@@ -55,7 +55,7 @@ DONE() | |||
55 | 55 | ||
56 | -- ################################################################################################# | 56 | -- ################################################################################################# |
57 | 57 | ||
58 | if false then | 58 | if true then |
59 | PRINT "=========================================================================================" | 59 | PRINT "=========================================================================================" |
60 | PRINT "Linda names test:" | 60 | PRINT "Linda names test:" |
61 | local unnamedLinda1 = lanes.linda(1) | 61 | local unnamedLinda1 = lanes.linda(1) |
@@ -102,7 +102,7 @@ DONE() | |||
102 | 102 | ||
103 | -- ################################################################################################# | 103 | -- ################################################################################################# |
104 | 104 | ||
105 | if false then | 105 | if true then |
106 | PRINT "=========================================================================================" | 106 | PRINT "=========================================================================================" |
107 | PRINT "General test:" | 107 | PRINT "General test:" |
108 | 108 | ||