Go to file
David T. Pierson f8b0732caf rackunit: make check-exn/check-not-exn raise error if given a non-thunk
Previously, (check-exn exn? 'foo) would pass even though 'foo is not a
thunk.  Now it raises an exn:fail:contract? exception.

Previously, (check-not-exn 'foo) would produce a check failure.  Now it
raises an exn:fail:contract? exception.

original commit: bea7c852d773e442212528fafaccd6206df903b6
2013-11-07 13:36:22 -05:00
pkgs/rackunit-pkgs rackunit: make check-exn/check-not-exn raise error if given a non-thunk 2013-11-07 13:36:22 -05:00