Small tests refactoring.
This commit is contained in:
parent
aa6a9ac705
commit
1e59177e15
3 changed files with 8 additions and 8 deletions
|
@ -236,7 +236,7 @@
|
|||
;; Performs self-tests of the dictionary module.
|
||||
(define (ldict-tests!)
|
||||
(run-tests
|
||||
dict
|
||||
ldict
|
||||
(test-equal? make-ldict (make-ldict) `(,TAG-LDICT (,eq?)))
|
||||
(test-exn ldict-ref (ldict-ref (make-ldict) 'nonexistent))
|
||||
(test-true ldict-ref (ldict-ref (make-ldict) 'nonexistent #t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue