summary refs log tree commit diff stats
path: root/test/bucketmap-tests.cratera
diff options
context:
space:
mode:
Diffstat (limited to 'test/bucketmap-tests.cratera')
-rw-r--r--test/bucketmap-tests.cratera1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bucketmap-tests.cratera b/test/bucketmap-tests.cratera
index b2e0aaa..37e0c47 100644
--- a/test/bucketmap-tests.cratera
+++ b/test/bucketmap-tests.cratera
@@ -33,3 +33,4 @@ assert(map._buckets[4])
 assert(map:get(Point(0, 1)) == "hello")
 assert(map:get(Point(2, 3)) == "cratera")
 assert(map:get(Point(4, 5)) == "world")
+print("bucketmap tests pass")