Changed the exn thrown

This commit is contained in:
Jay McCarthy 2011-11-01 13:01:09 -06:00
parent 6466c480b0
commit 8b38c8e933

View File

@ -47,7 +47,7 @@
(test-exn (test-exn
"add-param.rkt - Parameters, s/s/u (should fail)" "add-param.rkt - Parameters, s/s/u (should fail)"
exn:fail:contract? exn:fail?
(lambda () (lambda ()
(let* ([xs #"10"] (let* ([xs #"10"]
[ys #"17"] [ys #"17"]