This commit is contained in:
Suzanne Soy 2021-07-28 20:38:45 +01:00
parent 81c21f81d8
commit ec662685d5
2 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@
(check-exn
exn:fail?
(f '(1))
(lambda () (f '(1)))
"To get 100% code coverage for the f function.")

View File

@ -23,5 +23,5 @@
(check-exn
exn:fail?
(f '(1))
(lambda () (f '(1)))
"To get 100% code coverage for the f function.")