1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-23 11:47:40 +00:00

Prepare for 1.11.1 release.

This commit is contained in:
Calvin Rose
2020-07-25 13:47:54 -05:00
parent ba08e487cb
commit 4cc680965c
3 changed files with 6 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
"Run a marshaling test using the make-image and load-image functions."
[x msg]
(def im (make-image x))
(printf "\nimage-hash: %d" (-> im string hash))
# (printf "\nimage-hash: %d" (-> im string hash))
(assert-no-error msg (load-image im)))
(check-image (fn [] (fn [] 1)) "marshal nested functions")