Skip to content

Commit

Permalink
SRFI 224 tests: Add missing test-begin / -end.
Browse files Browse the repository at this point in the history
I'm not sure why this is necessary, but SRFI 64 gives a cryptic
error involving test-runner-alist! when this is run by test_all.sh
  • Loading branch information
Zipheir committed Oct 5, 2024
1 parent 88013a7 commit 89ae0d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fxmappings.sps
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
;;; so we test these first. These also test the basic fxmapping
;;; constructor.

(test-begin "SRFI 224")

(test-group "Equality"
(test-eqv #t (fxmapping=? default-comp empty-fxmap (fxmapping)))
(test-eqv #t (fxmapping=? default-comp (fxmapping 10 'a) (fxmapping 10 'a)))
Expand Down Expand Up @@ -1041,3 +1043,5 @@
(fxmapping-relation-map (lambda (k v) (values (- k) v))
(fxmapping 0 'a -1 'b -2 'c))))
)

(test-end "SRFI 224")

0 comments on commit 89ae0d4

Please sign in to comment.