summary refs log tree commit diff stats
path: root/test/defaultbucket.cratera
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2024-06-10 15:01:14 -0300
committerSoniEx2 <endermoneymod@gmail.com>2024-06-10 15:01:14 -0300
commit9c609675ff8e801ffbc27b8bd4fe90466a2dc24a (patch)
treea989ec852f11b2558b72340ecf386f5748701248 /test/defaultbucket.cratera
parentca6e4d141484331a25cfa67cf370000b74d7725f (diff)
Make bucket tests print something
Diffstat (limited to 'test/defaultbucket.cratera')
-rw-r--r--test/defaultbucket.cratera1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/defaultbucket.cratera b/test/defaultbucket.cratera
index fd7281e..573e197 100644
--- a/test/defaultbucket.cratera
+++ b/test/defaultbucket.cratera
@@ -20,3 +20,4 @@ assert(hash_n(2) == 2)
 assert(hash_n(-1) == 1)
 assert(hash_s("") == 0)
 assert(hash_s("h") == string.byte("h")+31)
+print("defaultbucket tests pass")