diff options
| author | ame <[email protected]> | 2024-08-10 23:48:17 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-10 23:48:17 -0500 |
| commit | 463325d637250e13dbc3153ce59048cf9be57bdb (patch) | |
| tree | a621de3a39c972e15e6fa908eba1305c989bdb67 /tests/h.lua | |
| parent | d944a170f50dac767109ce629a284b9614f48fd6 (diff) | |
malloc mutex_t
Diffstat (limited to 'tests/h.lua')
| -rw-r--r-- | tests/h.lua | 2 |
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())
|
