diff options
Diffstat (limited to 'tests')
| -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())
|
