1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-05 16:18:08 +00:00

Can only enter pending threads.

This commit is contained in:
bakpakin
2017-07-03 16:15:16 -04:00
parent 70efcc336b
commit eeeb660120
2 changed files with 4 additions and 4 deletions

View File

@@ -104,4 +104,5 @@
# report
(print num-tests-passed " of " num-tests-run " tests passed")
(print "\n" num-tests-passed " of " num-tests-run " tests passed\n")
(if (not (= num-tests-passed num-tests-run)) (exit! 1))