From 95e5bf6461be6e227466911d5e3a683d149df725 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 31 May 2024 15:13:48 +0200 Subject: Start modernizing Keeper implementation --- tests/keeper.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- ################################################################################################# -- ################################################################################################# -if false then +if true then PRINT "=========================================================================================" PRINT "Linda groups test:" @@ -55,7 +55,7 @@ DONE() -- ################################################################################################# -if false then +if true then PRINT "=========================================================================================" PRINT "Linda names test:" local unnamedLinda1 = lanes.linda(1) @@ -102,7 +102,7 @@ DONE() -- ################################################################################################# -if false then +if true then PRINT "=========================================================================================" PRINT "General test:" -- cgit v1.2.3-55-g6feb