fix
This commit is contained in:
parent
81c21f81d8
commit
ec662685d5
|
@ -25,5 +25,5 @@
|
|||
|
||||
(check-exn
|
||||
exn:fail?
|
||||
(f '(1))
|
||||
(lambda () (f '(1)))
|
||||
"To get 100% code coverage for the f function.")
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
|
||||
(check-exn
|
||||
exn:fail?
|
||||
(f '(1))
|
||||
(lambda () (f '(1)))
|
||||
"To get 100% code coverage for the f function.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user