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:
@@ -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))
|
||||
Reference in New Issue
Block a user