mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
forgot name for thread tests
This commit is contained in:
parent
0420bba565
commit
4bbbe6119e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
(import (srfi 18) (only (chibi test) test-begin test test-end))
|
||||
|
||||
(test-begin)
|
||||
(test-begin "threads")
|
||||
|
||||
(test "no threads" (begin 'ok) 'ok)
|
||||
(test "unstarted thread" (let ((t (make-thread (lambda () (error "oops"))))) 'ok) 'ok)
|
||||
|
|
Loading…
Add table
Reference in a new issue