Fixing error introduced by 9e7548de

This commit is contained in:
Jay McCarthy 2012-05-29 13:26:53 -06:00
parent 4d829b8322
commit 38ae869d66

View File

@ -6,6 +6,6 @@
(with-handlers ([exn? (λ (x) (exn-message x))])
(go 42)
(error 'go "Failed to throw exn"))
"procedure go: expects no arguments, given 1: 42")
"application: wrong number of arguments\n procedure: go\n expected number of arguments: 0\n given number of arguments: 1\n arguments:\n 42")