aboutsummaryrefslogtreecommitdiff
path: root/tests/h.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/h.lua')
-rw-r--r--tests/h.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/h.lua b/tests/h.lua
deleted file mode 100644
index a875b42..0000000
--- a/tests/h.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-llib = require "lullaby"
-llib.io.print_meta = 1
-
-local a = llib.crypto.sha1()
-
-local b = llib.thread.buffer(a)
-
-llib.io.pprint(a)
-llib.io.pprint(b:get())
-llib.io.pprint((b + "meow"):final())
-