aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-08-10 23:48:17 -0500
committerame <[email protected]>2024-08-10 23:48:17 -0500
commit463325d637250e13dbc3153ce59048cf9be57bdb (patch)
treea621de3a39c972e15e6fa908eba1305c989bdb67 /tests
parentd944a170f50dac767109ce629a284b9614f48fd6 (diff)
malloc mutex_t
Diffstat (limited to 'tests')
-rw-r--r--tests/h.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/h.lua b/tests/h.lua
index 9717650..dfe5f79 100644
--- a/tests/h.lua
+++ b/tests/h.lua
@@ -6,6 +6,6 @@ local a = llib.crypto.sha1()
local b = llib.thread.buffer(a)
llib.io.pprint(a)
-llib.io.pprint(b)
+llib.io.pprint(b:get())
llib.io.pprint((b + "meow"):final())