jorendorff / cell-gc

A very small GC in Rust, with a safe API
MIT License
61 stars 4 forks source link

lisp: Add (assert-error) function, test error cases #39

Open jorendorff opened 7 years ago

jorendorff commented 7 years ago

We should have tests for error cases. This is possible now using with-exception-handler.